|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.galleries.shared.CmsResourceInfoBean
org.opencms.ade.galleries.shared.CmsImageInfoBean
public class CmsImageInfoBean
Bean holding image info to be display in the resource preview dialog.
| Constructor Summary | |
|---|---|
CmsImageInfoBean()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCopyright()
Returns the image copyright information. |
int |
getHash()
Returns the structure id hash. |
int |
getHeight()
Returns the height. |
java.lang.String |
getSelectedPath()
Returns the selected path. |
java.lang.String |
getViewLink()
The view link for displaying the image. |
int |
getWidth()
Returns the width. |
void |
setCopyright(java.lang.String copyright)
Sets the image copyright information. |
void |
setHash(int hash)
Sets the hash. |
void |
setHeight(int height)
Sets the height. |
void |
setSelectedPath(java.lang.String selectedPath)
Sets the selected path. |
void |
setViewLink(java.lang.String viewLink)
Sets the link for displaying the image. |
void |
setWidth(int width)
Sets the width. |
| Methods inherited from class org.opencms.ade.galleries.shared.CmsResourceInfoBean |
|---|
getDescription, getLastModified, getNoEditReason, getPreviewContent, getProperties, getResourcePath, getResourceType, getSize, getStructureId, getTitle, setDescription, setLastModified, setNoEditReason, setPreviewContent, setProperties, setResourcePath, setResourceType, setSize, setStructureId, setTitle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsImageInfoBean()
| Method Detail |
|---|
public java.lang.String getCopyright()
public int getHash()
public int getHeight()
public java.lang.String getSelectedPath()
public java.lang.String getViewLink()
public int getWidth()
public void setCopyright(java.lang.String copyright)
copyright - the image copyright information to setpublic void setHash(int hash)
hash - the hashpublic void setHeight(int height)
height - the height to setpublic void setSelectedPath(java.lang.String selectedPath)
selectedPath - the selected path to setpublic void setViewLink(java.lang.String viewLink)
viewLink - the link for displaying the imagepublic void setWidth(int width)
width - the width to set
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||