|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.galleries.shared.CmsResourceInfoBean
public class CmsResourceInfoBean
This bean contains the preview content for the selected item.
| Constructor Summary | |
|---|---|
CmsResourceInfoBean()
The constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsResourceInfoBean()
| Method Detail |
|---|
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
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||