Package org.opencms.gwt.shared
Class CmsPrepareEditResponse
java.lang.Object
org.opencms.gwt.shared.CmsPrepareEditResponse
- All Implemented Interfaces:
Serializable
Response bean class for the 'prepareEdit' RPC method.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the resource root path.Gets the resource site path.Gets the resource structure id.void
setRootPath
(String rootPath) Sets the resource root path.void
setSitePath
(String sitePath) Sets the resource site path.void
setStructureId
(CmsUUID structureId) Sets the resource structure id.
-
Constructor Details
-
CmsPrepareEditResponse
public CmsPrepareEditResponse()Default constructor.
-
-
Method Details
-
getRootPath
Gets the resource root path.- Returns:
- the resource root path
-
getSitePath
Gets the resource site path.- Returns:
- the resource site path
-
getStructureId
Gets the resource structure id.- Returns:
- the resource structure id
-
setRootPath
Sets the resource root path.- Parameters:
rootPath
- the resource root path
-
setSitePath
Sets the resource site path.- Parameters:
sitePath
- the resource site path
-
setStructureId
Sets the resource structure id.- Parameters:
structureId
- the resource structure id
-