org.opencms.ade.galleries.shared
Class CmsImageInfoBean

java.lang.Object
  extended by org.opencms.ade.galleries.shared.CmsResourceInfoBean
      extended by org.opencms.ade.galleries.shared.CmsImageInfoBean
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class CmsImageInfoBean
extends CmsResourceInfoBean

Bean holding image info to be display in the resource preview dialog.

Since:
8.0.

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

CmsImageInfoBean

public CmsImageInfoBean()
Method Detail

getCopyright

public java.lang.String getCopyright()
Returns the image copyright information.

Returns:
the image copyright information

getHash

public int getHash()
Returns the structure id hash.

Returns:
the hash

getHeight

public int getHeight()
Returns the height.

Returns:
the height

getSelectedPath

public java.lang.String getSelectedPath()
Returns the selected path.

Returns:
the selected path

getViewLink

public java.lang.String getViewLink()
The view link for displaying the image.

Returns:
the link for displaying the image

getWidth

public int getWidth()
Returns the width.

Returns:
the width

setCopyright

public void setCopyright(java.lang.String copyright)
Sets the image copyright information.

Parameters:
copyright - the image copyright information to set

setHash

public void setHash(int hash)
Sets the hash.

Parameters:
hash - the hash

setHeight

public void setHeight(int height)
Sets the height.

Parameters:
height - the height to set

setSelectedPath

public void setSelectedPath(java.lang.String selectedPath)
Sets the selected path.

Parameters:
selectedPath - the selected path to set

setViewLink

public void setViewLink(java.lang.String viewLink)
Sets the link for displaying the image.

Parameters:
viewLink - the link for displaying the image

setWidth

public void setWidth(int width)
Sets the width.

Parameters:
width - the width to set