com.gentics.contentnode.rest.model.response
Class ConstructLoadResponse

java.lang.Object
  extended by com.gentics.contentnode.rest.model.response.GenericResponse
      extended by com.gentics.contentnode.rest.model.response.ConstructLoadResponse

public class ConstructLoadResponse
extends GenericResponse

Class representing the construct load response.

Author:
johannes2

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

ConstructLoadResponse

public ConstructLoadResponse()
Constructor used by JAXB


ConstructLoadResponse

public ConstructLoadResponse(Message message,
                             ResponseInfo responseInfo)
Create instance with message and responseinfo

Parameters:
message -
responseInfo -
Method Detail

getConstruct

public Construct getConstruct()
Returns the loaded construct

Returns:

setConstruct

public void setConstruct(Construct construct)
Sets the construct for this response

Parameters:
construct -


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.