org.opencms.gwt.shared
public class CmsModelResourceInfo extends CmsListInfoBean
CmsListInfoBean.LockIcon, CmsListInfoBean.StateIcon
CSS_CLASS_MULTI_LINE
Constructor and Description |
---|
CmsModelResourceInfo()
Default constructor.
|
CmsModelResourceInfo(java.lang.String title,
java.lang.String subtitle,
java.util.List<CmsAdditionalInfoBean> additionalInfo)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
CmsUUID |
getStructureId()
Returns the model resource structure id.
|
void |
setStructureId(CmsUUID structureId)
Sets the model resource structure id.
|
addAdditionalInfo, addAdditionalInfo, getAdditionalInfo, getLockIcon, getLockIconTitle, getResourceState, getResourceType, getStateIcon, getSubTitle, getTitle, hasAdditionalInfo, setAdditionalInfo, setLockIcon, setLockIconTitle, setResourceState, setResourceType, setStateIcon, setSubTitle, setTitle
public CmsModelResourceInfo()
public CmsModelResourceInfo(java.lang.String title, java.lang.String subtitle, java.util.List<CmsAdditionalInfoBean> additionalInfo)
title
- the titlesubtitle
- the subtitleadditionalInfo
- the additional infopublic CmsUUID getStructureId()
public void setStructureId(CmsUUID structureId)
structureId
- the model resource structure id to set