Class ProfileFriend
- java.lang.Object
-
- org.sakaiproject.profile2.hbm.model.ProfileFriend
-
- All Implemented Interfaces:
Serializable
public class ProfileFriend extends Object implements Serializable
Hibernate model- Author:
- Steve Swinsburg (s.swinsburg@lancaster.ac.uk)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProfileFriend(String userUuid, String friendUuid, int relationship)Additional constructor that should be used when requesting a friend as it has preinitialised values
-