public class CmsModelPageEntry extends java.lang.Object implements com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
CmsModelPageEntry()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CmsListInfoBean |
getListInfoBean()
Returns the listInfoBean.
|
java.util.Map<java.lang.String,CmsClientProperty> |
getOwnProperties()
Returns the ownProperties.
|
java.lang.String |
getResourceType()
Returns the resourceType.
|
java.lang.String |
getRootPath()
Returns the rootPath.
|
java.lang.String |
getSitePath()
Returns the sitePath.
|
CmsUUID |
getStructureId()
Returns the structureId.
|
boolean |
isDefault()
Returns whether the given page is the default model.
|
boolean |
isDisabled()
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(java.util.Map<java.lang.String,CmsClientProperty> ownProperties)
Sets the ownProperties.
|
void |
setResourceType(java.lang.String resourceType)
Sets the resourceType.
|
void |
setRootPath(java.lang.String rootPath)
Sets the rootPath.
|
void |
setSitePath(java.lang.String sitePath)
Sets the sitePath.
|
void |
setStructureId(CmsUUID structureId)
Sets the structureId.
|
public CmsModelPageEntry()
public CmsListInfoBean getListInfoBean()
public java.util.Map<java.lang.String,CmsClientProperty> getOwnProperties()
public java.lang.String getResourceType()
public java.lang.String getRootPath()
public java.lang.String getSitePath()
public CmsUUID getStructureId()
public boolean isDefault()
public boolean isDisabled()
public void setDefault(boolean defaultl)
defaultl - the given page is the default modelpublic void setDisabled(boolean disabled)
disabled - if the model page is disabledpublic void setListInfoBean(CmsListInfoBean listInfoBean)
listInfoBean - the listInfoBean to setpublic void setOwnProperties(java.util.Map<java.lang.String,CmsClientProperty> ownProperties)
ownProperties - the ownProperties to setpublic void setResourceType(java.lang.String resourceType)
resourceType - the resourceType to setpublic void setRootPath(java.lang.String rootPath)
rootPath - the rootPath to setpublic void setSitePath(java.lang.String sitePath)
sitePath - the sitePath to setpublic void setStructureId(CmsUUID structureId)
structureId - the structureId to set