public class CmsHistoryResourceBean extends java.lang.Object implements com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
CmsHistoryResourceBean()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns the description.
|
CmsClientDateBean |
getModificationDate()
Gets the modification date.
|
CmsClientDateBean |
getPublishDate()
Gets the publish date.
|
java.lang.String |
getRootPath()
Returns the rootPath.
|
int |
getSize()
Gets the size.
|
CmsUUID |
getStructureId()
Returns the structureId.
|
java.lang.String |
getTitle()
Returns the title.
|
java.lang.String |
getUserLastModified()
Gets the user who last modified the history version.
|
CmsHistoryVersion |
getVersion()
Returns the version.
|
void |
setDateLastModified(CmsClientDateBean formatDate)
Sets the modification date.
|
void |
setDatePublished(CmsClientDateBean formatDate)
Sets the publish date.
|
void |
setDescription(java.lang.String description)
Sets the description.
|
void |
setRootPath(java.lang.String rootPath)
Sets the rootPath.
|
void |
setSize(int size)
Sets the size.
|
void |
setStructureId(CmsUUID structureId)
Sets the structure id
|
void |
setTitle(java.lang.String title)
Sets the title.
|
void |
setUserLastModified(java.lang.String userName)
Sets the name of the user who last modified the resource.
|
void |
setVersion(CmsHistoryVersion version)
Sets the version.
|
public CmsHistoryResourceBean()
public java.lang.String getDescription()
public CmsClientDateBean getModificationDate()
public CmsClientDateBean getPublishDate()
public java.lang.String getRootPath()
public int getSize()
public CmsUUID getStructureId()
public java.lang.String getTitle()
public java.lang.String getUserLastModified()
+
public CmsHistoryVersion getVersion()
public void setDateLastModified(CmsClientDateBean formatDate)
formatDate - the modification datepublic void setDatePublished(CmsClientDateBean formatDate)
formatDate - the publish datepublic void setDescription(java.lang.String description)
description - the descriptionpublic void setRootPath(java.lang.String rootPath)
rootPath - the rootPath to setpublic void setSize(int size)
size - the sizepublic void setStructureId(CmsUUID structureId)
structureId - the structure id to setpublic void setTitle(java.lang.String title)
title - the title to setpublic void setUserLastModified(java.lang.String userName)
userName - the name of the userpublic void setVersion(CmsHistoryVersion version)
version - the version to set