org.sakaiproject.profile2.model
Class GalleryImage

java.lang.Object
  extended by org.sakaiproject.profile2.model.GalleryImage
All Implemented Interfaces:
Serializable

public class GalleryImage
extends Object
implements Serializable

Gallery image container and hibernate model.

See Also:
Serialized Form

Constructor Summary
GalleryImage(String userUuid, String mainResource, String thumbnailResource, String displayName)
          Additional constructor to create a new instance of GalleryImage.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GalleryImage

public GalleryImage(String userUuid,
                    String mainResource,
                    String thumbnailResource,
                    String displayName)
Additional constructor to create a new instance of GalleryImage.



Copyright © 2008-2013 The Sakai Foundation. All Rights Reserved.