org.sakaiproject.profile2.hbm.model
Class ProfileImageUploaded

java.lang.Object
  extended by 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
ProfileImageUploaded(String userUuid, String mainResource, String thumbnailResource, String avatarResource, boolean current)
          Additional constructor to create a ProfileImage record in one go
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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-2013 The Sakai Foundation. All Rights Reserved.