Package 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
Constructors Constructor Description GalleryImage(String userUuid, String mainResource, String thumbnailResource, String displayName)Additional constructor to create a new instance of GalleryImage.
-