|
||||||||
| 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 | |
|---|---|
java.lang.String |
getRootPath()
Gets the resource root path. |
java.lang.String |
getSitePath()
Gets the resource site path. |
CmsUUID |
getStructureId()
Gets the resource structure id. |
void |
setRootPath(java.lang.String rootPath)
Sets the resource root path. |
void |
setSitePath(java.lang.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 java.lang.String getRootPath()
public java.lang.String getSitePath()
public CmsUUID getStructureId()
public void setRootPath(java.lang.String rootPath)
rootPath - the resource root pathpublic void setSitePath(java.lang.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 | |||||||