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

java.lang.Object
  extended by org.hippoecm.hst.content.beans.standard.HippoItem
      extended by org.hippoecm.hst.content.beans.standard.HippoResource
          extended by org.hippoecm.hst.content.beans.standard.HippoGalleryImage
All Implemented Interfaces:
Comparable<HippoBean>, ObjectConverterAware, NodeAware, HippoBean, HippoGalleryImageBean, HippoResourceBean

@Node(jcrType="hippogallery:image")
public class HippoGalleryImage
extends HippoResource
implements HippoGalleryImageBean

Bean mapping class for the 'hippogallery:image' 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
HippoGalleryImage()
           
 
Method Summary
 int getHeight()
           
 int getWidth()
           
 
Methods inherited from class org.hippoecm.hst.content.beans.standard.HippoResource
getLastModified, getLength, getLengthKB, getLengthMB, getMimeType
 
Methods inherited from class org.hippoecm.hst.content.beans.standard.HippoItem
attach, compareTo, detach, 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.HippoResourceBean
getLastModified, getLength, getLengthKB, getLengthMB, getMimeType
 
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

HippoGalleryImage

public HippoGalleryImage()
Method Detail

getHeight

public int getHeight()
Specified by:
getHeight in interface HippoGalleryImageBean
Returns:
the height of the image: if their is no height property available, -1 is returned

getWidth

public int getWidth()
Specified by:
getWidth in interface HippoGalleryImageBean
Returns:
the width of the image: if their is no widht property available, -1 is returned


Copyright © 2008-2012 Hippo. All Rights Reserved.