|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.ConstructLoadResponse
public class ConstructLoadResponse
Class representing the construct load response.
Constructor Summary | |
---|---|
ConstructLoadResponse()
Constructor used by JAXB |
|
ConstructLoadResponse(Message message,
ResponseInfo responseInfo)
Create instance with message and responseinfo |
Method Summary | |
---|---|
Construct |
getConstruct()
Returns the loaded construct |
void |
setConstruct(Construct construct)
Sets the construct for this response |
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse |
---|
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConstructLoadResponse()
public ConstructLoadResponse(Message message, ResponseInfo responseInfo)
message
- responseInfo
- Method Detail |
---|
public Construct getConstruct()
public void setConstruct(Construct construct)
construct
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |