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
-
-
Constructor Summary
Constructors Constructor Description ProfileImageUploaded(String userUuid, String mainResource, String thumbnailResource, String avatarResource, boolean current)Additional constructor to create a ProfileImage record in one go
-