|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.gwt.shared.CmsPrepareEditResponse
public class CmsPrepareEditResponse
Response bean class for the 'prepareEdit' RPC method.
Constructor Summary | |
---|---|
CmsPrepareEditResponse()
Default constructor. |
Method Summary | |
---|---|
String |
getRootPath()
Gets the resource root path. |
String |
getSitePath()
Gets the resource site path. |
CmsUUID |
getStructureId()
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmsPrepareEditResponse()
Method Detail |
---|
public String getRootPath()
public String getSitePath()
public CmsUUID getStructureId()
public void setRootPath(String rootPath)
rootPath
- the resource root pathpublic void setSitePath(String sitePath)
sitePath
- the resource site pathpublic void setStructureId(CmsUUID structureId)
structureId
- the resource structure id
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |