com.gentics.contentnode.rest.model.response
Class FolderStructureLoadResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.FolderStructureLoadResponse
public class FolderStructureLoadResponse
- extends GenericResponse
Response to a request for loading a folder structure
- Author:
- norbert
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FolderStructureLoadResponse
public FolderStructureLoadResponse()
- Constructor used by JAXB
FolderStructureLoadResponse
public FolderStructureLoadResponse(Message message,
ResponseInfo responseInfo,
TreeNode rootNode)
- Constructor with a single message, response info and the root node of the folder structure
- Parameters:
message
- messageresponseInfo
- response inforootNode
- root node
getRootNode
public TreeNode getRootNode()
- Returns:
- the rootNode
setRootNode
public void setRootNode(TreeNode rootNode)
- Parameters:
rootNode
- the rootNode to set
Copyright © 2013 Gentics Software GmbH. All Rights Reserved.