Class ConstructCategoryLoadResponse
- java.lang.Object
-
- com.gentics.contentnode.rest.model.response.GenericResponse
-
- com.gentics.contentnode.rest.model.response.ConstructCategoryLoadResponse
-
- All Implemented Interfaces:
Serializable
public class ConstructCategoryLoadResponse extends GenericResponse
Class representing the construct category load response.- Author:
- plyhun
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConstructCategoryLoadResponse()
Constructor used by JAXBConstructCategoryLoadResponse(Message message, ResponseInfo responseInfo)
Create instance with message and responseinfo
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstructCategory
getConstructCategory()
Returns the loaded construct categoryvoid
setConstruct(ConstructCategory category)
Sets the construct category for this response-
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
-
-
-
Constructor Detail
-
ConstructCategoryLoadResponse
public ConstructCategoryLoadResponse()
Constructor used by JAXB
-
ConstructCategoryLoadResponse
public ConstructCategoryLoadResponse(Message message, ResponseInfo responseInfo)
Create instance with message and responseinfo- Parameters:
message
-responseInfo
-
-
-
Method Detail
-
getConstructCategory
public ConstructCategory getConstructCategory()
Returns the loaded construct category- Returns:
-
setConstruct
public void setConstruct(ConstructCategory category)
Sets the construct category for this response- Parameters:
category
-
-
-