Package org.opencms.ade.sitemap.shared
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the listInfoBean.Returns the ownProperties.Returns the resourceType.Returns the rootPath.Returns the sitePath.Returns the structureId.booleanReturns whether the given page is the default model.booleanReturns if the model page is disabled.voidsetDefault(boolean defaultl) Sets if the given page is the default model.voidsetDisabled(boolean disabled) Sets if the model page is disabled.voidsetListInfoBean(CmsListInfoBean listInfoBean) Sets the listInfoBean.voidsetOwnProperties(Map<String, CmsClientProperty> ownProperties) Sets the ownProperties.voidsetResourceType(String resourceType) Sets the resourceType.voidsetRootPath(String rootPath) Sets the rootPath.voidsetSitePath(String sitePath) Sets the sitePath.voidsetStructureId(CmsUUID structureId) Sets the structureId.
-
Constructor Details
-
CmsModelPageEntry
public CmsModelPageEntry()Default constructor.
-
-
Method Details
-
getListInfoBean
Returns the listInfoBean.- Returns:
- the listInfoBean
-
getOwnProperties
Returns the ownProperties.- Returns:
- the ownProperties
-
getResourceType
Returns the resourceType.- Returns:
- the resourceType
-
getRootPath
Returns the rootPath.- Returns:
- the rootPath
-
getSitePath
Returns the sitePath.- Returns:
- the sitePath
-
getStructureId
Returns the structureId.- Returns:
- the structureId
-
isDefault
Returns whether the given page is the default model.- Returns:
- if the given page is the default model
-
isDisabled
Returns if the model page is disabled.- Returns:
- if the model page is disabled
-
setDefault
Sets if the given page is the default model.- Parameters:
defaultl- the given page is the default model
-
setDisabled
Sets if the model page is disabled.- Parameters:
disabled- if the model page is disabled
-
setOwnProperties
Sets the ownProperties.- Parameters:
ownProperties- the ownProperties to set
-
setResourceType
Sets the resourceType.- Parameters:
resourceType- the resourceType to set
-
setRootPath
Sets the rootPath.- Parameters:
rootPath- the rootPath to set
-
setSitePath
Sets the sitePath.- Parameters:
sitePath- the sitePath to set
-
setStructureId
Sets the structureId.- Parameters:
structureId- the structureId to set
-