org.sakaiproject.profile2.hbm.model
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 |
ProfileFriend(String userUuid,
String friendUuid,
int relationship)
Additional constructor that should be used when requesting a friend as it has preinitialised values |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProfileFriend
public ProfileFriend(String userUuid,
String friendUuid,
int relationship)
- Additional constructor that should be used when requesting a friend as it has preinitialised values
Copyright © 2008-2012 The Sakai Foundation. All Rights Reserved.