org.sakaiproject.profile2.hbm.model
Class ProfileImageUploaded
java.lang.Object
org.sakaiproject.profile2.hbm.model.ProfileImageUploaded
- All Implemented Interfaces:
- Serializable
public class ProfileImageUploaded
- extends Object
- implements Serializable
Hibernate model for an uploaded profile image
- Author:
- Steve Swinsburg (s.swinsburg@lancaster.ac.uk)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProfileImageUploaded
public ProfileImageUploaded(String userUuid,
String mainResource,
String thumbnailResource,
String avatarResource,
boolean current)
- Additional constructor to create a ProfileImage record in one go
Copyright © 2008-2012 The Sakai Foundation. All Rights Reserved.