Interface HippoGalleryImageSetBean
- All Superinterfaces:
Comparable<HippoBean>
,ContentBean
,HippoBean
,IdentifiableContentBean
,NodeAware
,ObjectConverterAware
The interface the default hippo gallery set impls must implement.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface org.hippoecm.hst.content.beans.standard.HippoBean
equalCompare, getAvailableTranslations, getBean, getBean, getBeanByUUID, getCanonicalBean, getCanonicalPath, getCanonicalUUID, getChildBeans, getChildBeans, getChildBeansByName, getChildBeansByName, getComparePath, getContentType, getDisplayName, getEqualComparator, getLinkedBean, getLinkedBeans, getMultipleProperty, getMultipleProperty, getName, getNode, getParentBean, getPath, getProperties, getProperty, getSingleProperty, getSingleProperty, getValueProvider, isAncestor, isDescendant, isHippoDocumentBean, isHippoFolderBean, isLeaf, isSelf, isVersionedNode
Methods inherited from interface org.hippoecm.hst.content.beans.standard.IdentifiableContentBean
getIdentifier, getRepresentationId, setIdentifier
Methods inherited from interface org.hippoecm.hst.content.beans.manager.ObjectConverterAware
getObjectConverter, setObjectConverter
-
Method Details
-
getFileName
String getFileName()- Returns:
- the filename of the
HippoGalleryImageSetBean
andnull
when not present
-
getDescription
String getDescription()- Returns:
- the description of the
HippoGalleryImageSetBean
andnull
when not present
-
getThumbnail
HippoGalleryImageBean getThumbnail()- Returns:
- the thumbnail image of this
HippoGalleryImageSetBean
ornull
when it cannot be retrieved
-
getOriginal
HippoGalleryImageBean getOriginal()- Returns:
- the original image of this
HippoGalleryImageSetBean
ornull
when it cannot be retrieved
-