org.hippoecm.hst.content.beans.standard
Class HippoGalleryImageSet
java.lang.Object
org.hippoecm.hst.content.beans.standard.HippoItem
org.hippoecm.hst.content.beans.standard.HippoDocument
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
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 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 |
HippoGalleryImageSet
public HippoGalleryImageSet()
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.