org.hippoecm.hst.jaxrs.model.content
Class HippoGalleryImageSetRepresentation
java.lang.Object
org.hippoecm.hst.jaxrs.model.content.NodeRepresentation
org.hippoecm.hst.jaxrs.model.content.HippoGalleryImageSetRepresentation
public class HippoGalleryImageSetRepresentation
- extends NodeRepresentation
- Version:
- $Id$
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 |
HippoGalleryImageSetRepresentation
public HippoGalleryImageSetRepresentation()
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.