org.sakaiproject.profile2.hbm.model
Class ProfileFriend

java.lang.Object
  extended by 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
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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