Class CmsHistoryResourceBean

  • All Implemented Interfaces:
    com.google.gwt.user.client.rpc.IsSerializable

    public class CmsHistoryResourceBean
    extends java.lang.Object
    implements com.google.gwt.user.client.rpc.IsSerializable
    A bean representing the data to be displayed in the history dialog for a single resource version.

    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Returns the description.

        Returns:
        the description
      • getRootPath

        public java.lang.String getRootPath()
        Returns the rootPath.

        Returns:
        the rootPath
      • getSize

        public int getSize()
        Gets the size.

        Returns:
        the size
      • getTitle

        public java.lang.String getTitle()
        Returns the title.

        Returns:
        the title
      • getUserLastModified

        public java.lang.String getUserLastModified()
        Gets the user who last modified the history version.

        +

        Returns:
        the user who last modified the resource
      • setDescription

        public void setDescription​(java.lang.String description)
        Sets the description.

        Parameters:
        description - the description
      • setRootPath

        public void setRootPath​(java.lang.String rootPath)
        Sets the rootPath.

        Parameters:
        rootPath - the rootPath to set
      • setSize

        public void setSize​(int size)
        Sets the size.

        Parameters:
        size - the size
      • setStructureId

        public void setStructureId​(CmsUUID structureId)
        Sets the structure id
        Parameters:
        structureId - the structure id to set
      • setTitle

        public void setTitle​(java.lang.String title)
        Sets the title.

        Parameters:
        title - the title to set
      • setUserLastModified

        public void setUserLastModified​(java.lang.String userName)
        Sets the name of the user who last modified the resource.

        Parameters:
        userName - the name of the user