Class CmsPrepareEditResponse

java.lang.Object
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:
  • Constructor Details

  • Method Details

    • 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

      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