org.opencms.gwt.shared
Class CmsModelResourceInfo

java.lang.Object
  extended by org.opencms.gwt.shared.CmsListInfoBean
      extended by org.opencms.gwt.shared.CmsModelResourceInfo
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class CmsModelResourceInfo
extends CmsListInfoBean

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
CmsModelResourceInfo()
          Default constructor.
CmsModelResourceInfo(String title, String subtitle, List<CmsAdditionalInfoBean> additionalInfo)
          Constructor.
 
Method Summary
 CmsUUID getStructureId()
          Returns 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, getLockIcon, getLockIconTitle, getResourceState, getResourceType, getStateIcon, getSubTitle, getTitle, hasAdditionalInfo, setAdditionalInfo, setLockIcon, setLockIconTitle, setResourceState, setResourceType, setStateIcon, setSubTitle, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsModelResourceInfo

public CmsModelResourceInfo()
Default constructor.


CmsModelResourceInfo

public CmsModelResourceInfo(String title,
                            String subtitle,
                            List<CmsAdditionalInfoBean> additionalInfo)
Constructor.

Parameters:
title - the title
subtitle - the subtitle
additionalInfo - the additional info
Method Detail

getStructureId

public CmsUUID getStructureId()
Returns the model resource structure id.

Returns:
the model resource structure id

setStructureId

public void setStructureId(CmsUUID structureId)
Sets the model resource structure id.

Parameters:
structureId - the model resource structure id to set