Class CmsModelPageEntry

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

    public class CmsModelPageEntry
    extends java.lang.Object
    implements com.google.gwt.user.client.rpc.IsSerializable
    Bean representing a model page, for use in the model page mode of the sitemap editor.

    • Method Detail

      • getResourceType

        public java.lang.String getResourceType()
        Returns the resourceType.

        Returns:
        the resourceType
      • getRootPath

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

        Returns:
        the rootPath
      • getSitePath

        public java.lang.String getSitePath()
        Returns the sitePath.

        Returns:
        the sitePath
      • isDefault

        public boolean isDefault()
        Returns whether the given page is the default model.

        Returns:
        if the given page is the default model
      • isDisabled

        public boolean isDisabled()
        Returns if the model page is disabled.

        Returns:
        if the model page is disabled
      • setDefault

        public void setDefault​(boolean defaultl)
        Sets if the given page is the default model.

        Parameters:
        defaultl - the given page is the default model
      • setDisabled

        public void setDisabled​(boolean disabled)
        Sets if the model page is disabled.

        Parameters:
        disabled - if the model page is disabled
      • setListInfoBean

        public void setListInfoBean​(CmsListInfoBean listInfoBean)
        Sets the listInfoBean.

        Parameters:
        listInfoBean - the listInfoBean to set
      • setOwnProperties

        public void setOwnProperties​(java.util.Map<java.lang.String,​CmsClientProperty> ownProperties)
        Sets the ownProperties.

        Parameters:
        ownProperties - the ownProperties to set
      • setResourceType

        public void setResourceType​(java.lang.String resourceType)
        Sets the resourceType.

        Parameters:
        resourceType - the resourceType to set
      • setRootPath

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

        Parameters:
        rootPath - the rootPath to set
      • setSitePath

        public void setSitePath​(java.lang.String sitePath)
        Sets the sitePath.

        Parameters:
        sitePath - the sitePath to set
      • setStructureId

        public void setStructureId​(CmsUUID structureId)
        Sets the structureId.

        Parameters:
        structureId - the structureId to set