public class CmsImageInfoBean extends CmsResourceInfoBean
构造器和说明 |
---|
CmsImageInfoBean() |
限定符和类型 | 方法和说明 |
---|---|
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.
|
getDescription, getLastModified, getNoEditReason, getPreviewContent, getProperties, getResourcePath, getResourceType, getSize, getStructureId, getTitle, setDescription, setLastModified, setNoEditReason, setPreviewContent, setProperties, setResourcePath, setResourceType, setSize, setStructureId, setTitle
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