org.sakaiproject.profile2.model
Class GalleryImage
java.lang.Object
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GalleryImage
public GalleryImage(String userUuid,
String mainResource,
String thumbnailResource,
String displayName)
- Additional constructor to create a new instance of GalleryImage.
Copyright © 2008-2012 The Sakai Foundation. All Rights Reserved.