org.hippoecm.hst.jaxrs.model.content
Class HippoGalleryImageRepresentation

java.lang.Object
  extended by org.hippoecm.hst.jaxrs.model.content.NodeRepresentation
      extended by org.hippoecm.hst.jaxrs.model.content.HippoResourceRepresentation
          extended by org.hippoecm.hst.jaxrs.model.content.HippoGalleryImageRepresentation

public class HippoGalleryImageRepresentation
extends HippoResourceRepresentation

Version:
$Id$

Constructor Summary
HippoGalleryImageRepresentation()
           
 
Method Summary
 int getHeight()
           
 int getWidth()
           
 HippoGalleryImageRepresentation represent(HippoGalleryImageBean bean)
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 
Methods inherited from class org.hippoecm.hst.jaxrs.model.content.HippoResourceRepresentation
getLength, getMimeType, represent, setLength, setMimeType
 
Methods inherited from class org.hippoecm.hst.jaxrs.model.content.NodeRepresentation
addLink, getLinks, getLocalizedName, getName, getPath, getPrimaryNodeTypeName, getRequestContext, isLeaf, represent, setLinks, setLocalizedName, setName, setPrimaryNodeTypeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HippoGalleryImageRepresentation

public HippoGalleryImageRepresentation()
Method Detail

represent

public HippoGalleryImageRepresentation represent(HippoGalleryImageBean bean)
                                          throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException

getHeight

public int getHeight()

setHeight

public void setHeight(int height)

getWidth

public int getWidth()

setWidth

public void setWidth(int width)


Copyright © 2008-2012 Hippo. All Rights Reserved.