public class CmsHistoryResourceCollection extends java.lang.Object implements com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
CmsHistoryResourceCollection()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(CmsHistoryResourceBean historyBean)
Adds the information for a historical resource version.
|
CmsListInfoBean |
getContentInfo()
Gets the information bean for the current resource version.
|
java.util.List<CmsHistoryResourceBean> |
getResources()
Gets the list of historical versions.
|
boolean |
isEmpty()
Returns true if there are no historical versions.
|
void |
setContentInfo(CmsListInfoBean contentInfo)
Sets the content information for the current version.
|
public CmsHistoryResourceCollection()
public void add(CmsHistoryResourceBean historyBean)
historyBean - bean representing a historical resource versionpublic CmsListInfoBean getContentInfo()
public java.util.List<CmsHistoryResourceBean> getResources()
public boolean isEmpty()
public void setContentInfo(CmsListInfoBean contentInfo)
contentInfo - the content information