Class 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 Detail

      • ProfileImageUploaded

        public ProfileImageUploaded​(String userUuid,
                                    String mainResource,
                                    String thumbnailResource,
                                    String avatarResource,
                                    boolean current)
        Additional constructor to create a ProfileImage record in one go