public class CmsResourceInfoBean
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable
构造器和说明 |
---|
CmsResourceInfoBean()
The constructor.
|
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getDescription()
Returns the description of the resource.
|
java.util.Date |
getLastModified()
Returns the last modification date.
|
java.lang.String |
getNoEditReason()
Returns the no edit reason.
|
java.lang.String |
getPreviewContent()
Returns the preview content.
|
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Returns the properties.
|
java.lang.String |
getResourcePath()
Returns the resource path.
|
java.lang.String |
getResourceType()
Returns the resource type name.
|
java.lang.String |
getSize()
Returns the file size.
|
CmsUUID |
getStructureId()
Gets the structure id of the resource.
|
java.lang.String |
getTitle()
Returns the title of the resource.
|
void |
setDescription(java.lang.String description)
Sets the description of the resource.
|
void |
setLastModified(java.util.Date lastModified)
Sets the last modification date.
|
void |
setNoEditReason(java.lang.String noEditReason)
Sets the no edit reason.
|
void |
setPreviewContent(java.lang.String previewContent)
Sets the preview content.
|
void |
setProperties(java.util.Map<java.lang.String,java.lang.String> propeties)
Sets the propeties.
|
void |
setResourcePath(java.lang.String resourcePath)
Sets the resource path.
|
void |
setResourceType(java.lang.String resourceType)
Sets the resource type name.
|
void |
setSize(java.lang.String size)
Sets the file size.
|
void |
setStructureId(CmsUUID structureId)
Sets the resource structure id.
|
void |
setTitle(java.lang.String title)
Sets the title of the resource.
|
public java.lang.String getDescription()
public java.util.Date getLastModified()
public java.lang.String getNoEditReason()
public java.lang.String getPreviewContent()
public java.util.Map<java.lang.String,java.lang.String> getProperties()
public java.lang.String getResourcePath()
public java.lang.String getResourceType()
public java.lang.String getSize()
public CmsUUID getStructureId()
public java.lang.String getTitle()
public void setDescription(java.lang.String description)
description
- the description to setpublic void setLastModified(java.util.Date lastModified)
lastModified
- the last modification date to setpublic void setNoEditReason(java.lang.String noEditReason)
noEditReason
- the no edit reason to setpublic void setPreviewContent(java.lang.String previewContent)
previewContent
- the preview content to setpublic void setProperties(java.util.Map<java.lang.String,java.lang.String> propeties)
propeties
- the propeties to setpublic void setResourcePath(java.lang.String resourcePath)
resourcePath
- the resource path to setpublic void setResourceType(java.lang.String resourceType)
resourceType
- the resource type name to setpublic void setSize(java.lang.String size)
size
- the file size to setpublic void setStructureId(CmsUUID structureId)
structureId
- the resource structure idpublic void setTitle(java.lang.String title)
title
- the title to set