Class CmsResourceStatusRelationBean

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

    public class CmsResourceStatusRelationBean
    extends java.lang.Object
    implements com.google.gwt.user.client.rpc.IsSerializable
    Bean class which represents a resource which is related to another resource.

    • Method Detail

      • getLink

        public java.lang.String getLink()
        Gets the link to the resource.

        Returns:
        the link to the resource
      • getSitePath

        public java.lang.String getSitePath()
        Gets the site path of the resource.

        Returns:
        the site path of the resource
      • getSiteRoot

        public java.lang.String getSiteRoot()
        Returns the siteRoot.

        Returns:
        the siteRoot
      • getStructureId

        public CmsUUID getStructureId()
        Returns the structure id of the resource.

        Returns:
        the structure id of the resource
      • isXmlContent

        public boolean isXmlContent()
        Returns true if the resource is an XML content.

        Returns:
        true if the resource is an XML content
      • setInfoBean

        public void setInfoBean​(CmsListInfoBean infoBean)
        Sets the list info bean.

        Parameters:
        infoBean - the new list info bean
      • setIsXmlContent

        public void setIsXmlContent​(boolean isXmlContent)
        Marks this bean as belonging to an XML content resource.

        Parameters:
        isXmlContent - if the resource is an XML content
      • setLink

        public void setLink​(java.lang.String link)
        Sets the link for the resource.

        Parameters:
        link - the link for the resource
      • setSitePath

        public void setSitePath​(java.lang.String path)
        Sets the site path for the resource.

        Parameters:
        path - the new site path
      • setSiteRoot

        public void setSiteRoot​(java.lang.String siteRoot)
        Sets the siteRoot.

        Parameters:
        siteRoot - the siteRoot to set
      • setStructureId

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

        Parameters:
        structureId - the new structure id