org.hippoecm.hst.content.beans.standard
Class HippoGalleryImageSet

java.lang.Object
  extended by org.hippoecm.hst.content.beans.standard.HippoItem
      extended by org.hippoecm.hst.content.beans.standard.HippoDocument
          extended by org.hippoecm.hst.content.beans.standard.HippoGalleryImageSet
All Implemented Interfaces:
Comparable<HippoBean>, ObjectConverterAware, NodeAware, HippoBean, HippoDocumentBean, HippoGalleryImageSetBean, HippoTranslated

@Node(jcrType="hippogallery:imageset")
public class HippoGalleryImageSet
extends HippoDocument
implements HippoGalleryImageSetBean

Bean mapping class for the 'hippogallery:imageset' document type


Nested Class Summary
 
Nested classes/interfaces inherited from class org.hippoecm.hst.content.beans.standard.HippoItem
HippoItem.ComparatorMap
 
Field Summary
 
Fields inherited from class org.hippoecm.hst.content.beans.standard.HippoItem
comparePath, detached, node, objectConverter, valueProvider
 
Constructor Summary
HippoGalleryImageSet()
           
 
Method Summary
 String getDescription()
           
 String getFileName()
           
 HippoGalleryImageBean getOriginal()
          Get the picture version of the image.
 HippoGalleryImageBean getThumbnail()
          Get the thumbnail version of the image.
 
Methods inherited from class org.hippoecm.hst.content.beans.standard.HippoDocument
attach, detach, getAvailableTranslationsBean, getCanonicalHandlePath, getCanonicalHandleUUID, getHippoCompound, getHippoHtml, getLocale, getLocaleString
 
Methods inherited from class org.hippoecm.hst.content.beans.standard.HippoItem
compareTo, equalCompare, equals, getAvailableTranslationsBean, getBean, getBean, getCanonicalPath, getCanonicalUUID, getChildBeans, getChildBeans, getChildBeansByName, getChildBeansByName, getContextualBean, getContextualParentBean, getEqualComparator, getLinkedBean, getLinkedBeans, getLocalizedName, getName, getNode, getObjectConverter, getParentBean, getPath, getProperties, getProperty, getProperty, getProperty, getValueProvider, hashCode, isAncestor, isDescendant, isHippoDocumentBean, isHippoFolderBean, isLeaf, isSelf, setNode, setObjectConverter
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.hippoecm.hst.content.beans.standard.HippoBean
equalCompare, getAvailableTranslationsBean, getBean, getBean, getCanonicalPath, getCanonicalUUID, getChildBeans, getChildBeans, getChildBeansByName, getChildBeansByName, getContextualBean, getContextualParentBean, getEqualComparator, getLinkedBean, getLinkedBeans, getLocalizedName, getName, getNode, getParentBean, getPath, getProperties, getProperty, getProperty, getProperty, getValueProvider, isAncestor, isDescendant, isHippoDocumentBean, isHippoFolderBean, isLeaf, isSelf
 
Methods inherited from interface org.hippoecm.hst.content.beans.NodeAware
setNode
 
Methods inherited from interface org.hippoecm.hst.content.beans.manager.ObjectConverterAware
getObjectConverter, setObjectConverter
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

HippoGalleryImageSet

public HippoGalleryImageSet()
Method Detail

getDescription

public String getDescription()
Specified by:
getDescription in interface HippoGalleryImageSetBean
Returns:
the description of the HippoGalleryImageSetBean and null when not present

getFileName

public String getFileName()
Specified by:
getFileName in interface HippoGalleryImageSetBean
Returns:
the filename of the HippoGalleryImageSetBean and null when not present

getThumbnail

public HippoGalleryImageBean getThumbnail()
Get the thumbnail version of the image.

Specified by:
getThumbnail in interface HippoGalleryImageSetBean
Returns:
the thumbnail version of the image

getOriginal

public HippoGalleryImageBean getOriginal()
Get the picture version of the image.

Specified by:
getOriginal in interface HippoGalleryImageSetBean
Returns:
the picture version of the image


Copyright © 2008-2012 Hippo. All Rights Reserved.