Class CmsModelPageEntry

java.lang.Object
org.opencms.ade.sitemap.shared.CmsModelPageEntry
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class CmsModelPageEntry extends 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.

  • Constructor Details

  • Method Details

    • getListInfoBean

      Returns the listInfoBean.

      Returns:
      the listInfoBean
    • getOwnProperties

      Returns the ownProperties.

      Returns:
      the ownProperties
    • getResourceType

      Returns the resourceType.

      Returns:
      the resourceType
    • getRootPath

      public String getRootPath()
      Returns the rootPath.

      Returns:
      the rootPath
    • getSitePath

      public String getSitePath()
      Returns the sitePath.

      Returns:
      the sitePath
    • getStructureId

      Returns the structureId.

      Returns:
      the structureId
    • 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(Map<String,CmsClientProperty> ownProperties)
      Sets the ownProperties.

      Parameters:
      ownProperties - the ownProperties to set
    • setResourceType

      public void setResourceType(String resourceType)
      Sets the resourceType.

      Parameters:
      resourceType - the resourceType to set
    • setRootPath

      public void setRootPath(String rootPath)
      Sets the rootPath.

      Parameters:
      rootPath - the rootPath to set
    • setSitePath

      public void setSitePath(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