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
-
Method Summary
Modifier and TypeMethodDescriptionReturns the listInfoBean.Returns the ownProperties.Returns the resourceType.Returns the rootPath.Returns the sitePath.Returns the structureId.boolean
Returns whether the given page is the default model.boolean
Returns if the model page is disabled.void
setDefault
(boolean defaultl) Sets if the given page is the default model.void
setDisabled
(boolean disabled) Sets if the model page is disabled.void
setListInfoBean
(CmsListInfoBean listInfoBean) Sets the listInfoBean.void
setOwnProperties
(Map<String, CmsClientProperty> ownProperties) Sets the ownProperties.void
setResourceType
(String resourceType) Sets the resourceType.void
setRootPath
(String rootPath) Sets the rootPath.void
setSitePath
(String sitePath) Sets the sitePath.void
setStructureId
(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
-