Package org.opencms.gwt.shared
Class CmsModelResourceInfo
java.lang.Object
org.opencms.gwt.shared.CmsIconBean
org.opencms.gwt.shared.CmsListInfoBean
org.opencms.gwt.shared.CmsModelResourceInfo
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
,I_CmsHasIconClasses
,I_CmsHasTitle
,I_CmsHasType
Bean holding model resource information to be displayed in the model select dialog.
- Since:
- 8.0.3
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opencms.gwt.shared.CmsListInfoBean
CmsListInfoBean.LockIcon, CmsListInfoBean.StateIcon
-
Field Summary
Fields inherited from class org.opencms.gwt.shared.CmsListInfoBean
CSS_CLASS_MULTI_LINE
-
Constructor Summary
ConstructorDescriptionDefault constructor.CmsModelResourceInfo
(String title, String subtitle, List<CmsAdditionalInfoBean> additionalInfo) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the model resource structure id.void
setStructureId
(CmsUUID structureId) Sets the model resource structure id.Methods inherited from class org.opencms.gwt.shared.CmsListInfoBean
addAdditionalInfo, addAdditionalInfo, getAdditionalInfo, getIsFolder, getLockIcon, getLockIconTitle, getResourceState, getResourceType, getStateIcon, getSubTitle, getTitle, getType, hasAdditionalInfo, isMarkChangedState, setAdditionalInfo, setIsFolder, setLockIcon, setLockIconTitle, setMarkChangedState, setResourceState, setResourceType, setStateIcon, setSubTitle, setTitle
Methods inherited from class org.opencms.gwt.shared.CmsIconBean
getBigIconClasses, getSmallIconClasses, setBigIconClasses, setSmallIconClasses
-
Constructor Details
-
CmsModelResourceInfo
public CmsModelResourceInfo()Default constructor. -
CmsModelResourceInfo
public CmsModelResourceInfo(String title, String subtitle, List<CmsAdditionalInfoBean> additionalInfo) Constructor.- Parameters:
title
- the titlesubtitle
- the subtitleadditionalInfo
- the additional info
-
-
Method Details
-
getStructureId
Returns the model resource structure id.- Returns:
- the model resource structure id
-
setStructureId
Sets the model resource structure id.- Parameters:
structureId
- the model resource structure id to set
-