Package org.opencms.ade.configuration
Class CmsModelPageConfigWithoutResource
java.lang.Object
org.opencms.ade.configuration.CmsModelPageConfigWithoutResource
This class contains the model page configuration for a sitemap region, without the actual resource.
-
Constructor Summary
ConstructorDescriptionCmsModelPageConfigWithoutResource
(CmsUUID structureId, boolean isDefault, boolean isDisabled) Creates a new model page configuration bean. -
Method Summary
Modifier and TypeMethodDescriptionGets the structure id.boolean
Returns true if this is a default model page.boolean
Returns true if this entry disables the model page.
-
Constructor Details
-
CmsModelPageConfigWithoutResource
public CmsModelPageConfigWithoutResource(CmsUUID structureId, boolean isDefault, boolean isDisabled) Creates a new model page configuration bean.- Parameters:
structureId
- the model page structure idisDefault
- true if this is a default model pageisDisabled
- true if this is a disabled model page
-
-
Method Details
-
getStructureId
Gets the structure id.- Returns:
- the structure id
-
isDefault
Returns true if this is a default model page.- Returns:
- true if this is a default model page
-
isDisabled
Returns true if this entry disables the model page.- Returns:
- true if this entry disables the model page
-