Class CmsPrepareEditResponse

  • All Implemented Interfaces:
    java.io.Serializable

    public class CmsPrepareEditResponse
    extends java.lang.Object
    implements java.io.Serializable
    Response bean class for the 'prepareEdit' RPC method.

    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • Method Detail

      • getRootPath

        public java.lang.String getRootPath()
        Gets the resource root path.

        Returns:
        the resource root path
      • getSitePath

        public java.lang.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​(java.lang.String rootPath)
        Sets the resource root path.

        Parameters:
        rootPath - the resource root path
      • setSitePath

        public void setSitePath​(java.lang.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