org.hippoecm.hst.content.beans.standard
Interface HippoGalleryImageSetBean

All Superinterfaces:
Comparable<HippoBean>, HippoBean, NodeAware, ObjectConverterAware
All Known Implementing Classes:
HippoGalleryImageSet

public interface HippoGalleryImageSetBean
extends HippoBean

The interface the default hippo gallery set impls must implement.


Method Summary
 String getDescription()
           
 String getFileName()
           
 HippoGalleryImageBean getOriginal()
           
 HippoGalleryImageBean getThumbnail()
           
 
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
 

Method Detail

getFileName

String getFileName()
Returns:
the filename of the HippoGalleryImageSetBean and null when not present

getDescription

String getDescription()
Returns:
the description of the HippoGalleryImageSetBean and null when not present

getThumbnail

HippoGalleryImageBean getThumbnail()
Returns:
the thumbnail image of this HippoGalleryImageSetBean or null when it cannot be retrieved

getOriginal

HippoGalleryImageBean getOriginal()
Returns:
the original image of this HippoGalleryImageSetBean or null when it cannot be retrieved


Copyright © 2008-2012 Hippo. All Rights Reserved.