Class CmsModelPageConfigWithoutResource


  • public class CmsModelPageConfigWithoutResource
    extends java.lang.Object
    This class contains the model page configuration for a sitemap region, without the actual resource.
    • Constructor Summary

      Constructors 
      Constructor Description
      CmsModelPageConfigWithoutResource​(CmsUUID structureId, boolean isDefault, boolean isDisabled)
      Creates a new model page configuration bean.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CmsUUID getStructureId()
      Gets the structure id.
      boolean isDefault()
      Returns true if this is a default model page.
      boolean isDisabled()
      Returns true if this entry disables the model page.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CmsModelPageConfigWithoutResource

        public CmsModelPageConfigWithoutResource​(CmsUUID structureId,
                                                 boolean isDefault,
                                                 boolean isDisabled)
        Creates a new model page configuration bean.

        Parameters:
        structureId - the model page structure id
        isDefault - true if this is a default model page
        isDisabled - true if this is a disabled model page
    • Method Detail

      • isDefault

        public boolean isDefault()
        Returns true if this is a default model page.

        Returns:
        true if this is a default model page
      • isDisabled

        public boolean isDisabled()
        Returns true if this entry disables the model page.

        Returns:
        true if this entry disables the model page