org.opencms.gwt.shared
Class CmsPrepareEditResponse

java.lang.Object
  extended by org.opencms.gwt.shared.CmsPrepareEditResponse
All Implemented Interfaces:
Serializable

public class CmsPrepareEditResponse
extends Object
implements Serializable

Response bean class for the 'prepareEdit' RPC method.

See Also:
Serialized Form

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

CmsPrepareEditResponse

public CmsPrepareEditResponse()
Default constructor.

Method Detail

getRootPath

public String getRootPath()
Gets the resource root path.

Returns:
the resource root path

getSitePath

public String getSitePath()
Gets the resource site path.

Returns:
the resource site path

getStructureId

public CmsUUID getStructureId()
Gets the resource structure id.

Returns:
the resource structure id

setRootPath

public void setRootPath(String rootPath)
Sets the resource root path.

Parameters:
rootPath - the resource root path

setSitePath

public void setSitePath(String sitePath)
Sets the resource site path.

Parameters:
sitePath - the resource site path

setStructureId

public void setStructureId(CmsUUID structureId)
Sets the resource structure id.

Parameters:
structureId - the resource structure id