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

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

public class HippoGalleryImageSetRepresentation
extends NodeRepresentation

Version:
$Id$

Constructor Summary
HippoGalleryImageSetRepresentation()
           
 
Method Summary
 String getDescription()
           
 String getFileName()
           
 HippoGalleryImageRepresentation getOriginal()
           
 HippoGalleryImageRepresentation getThumbnail()
           
 HippoGalleryImageSetRepresentation represent(HippoGalleryImageSetBean bean)
           
 void setDescription(String description)
           
 void setFileName(String fileName)
           
 void setOriginal(HippoGalleryImageRepresentation original)
           
 void setThumbnail(HippoGalleryImageRepresentation thumbnail)
           
 
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

HippoGalleryImageSetRepresentation

public HippoGalleryImageSetRepresentation()
Method Detail

represent

public HippoGalleryImageSetRepresentation represent(HippoGalleryImageSetBean bean)
                                             throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException

getFileName

public String getFileName()

setFileName

public void setFileName(String fileName)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getThumbnail

public HippoGalleryImageRepresentation getThumbnail()

setThumbnail

public void setThumbnail(HippoGalleryImageRepresentation thumbnail)

getOriginal

public HippoGalleryImageRepresentation getOriginal()

setOriginal

public void setOriginal(HippoGalleryImageRepresentation original)


Copyright © 2008-2012 Hippo. All Rights Reserved.