org.sakaiproject.profile2.model
Class Person

java.lang.Object
  extended by org.sakaiproject.profile2.model.BasicPerson
      extended by org.sakaiproject.profile2.model.Person
All Implemented Interfaces:
Serializable, Comparable<Object>

public class Person
extends BasicPerson
implements Serializable

This the main object that represents a full person in Profile2. It is essentially a wrapper object around several other objects and data.

See BasicPerson for the basic attributes like uuid, name, etc.

All fields in Person will be set at instantiation time, however if any are null, this is a true error and should be handled by throwing the appropriate exception.

Author:
Steve Swinsburg (steve.swinsburg@gmail.com)
See Also:
Serialized Form

Constructor Summary
Person()
           
 
Method Summary
 
Methods inherited from class org.sakaiproject.profile2.model.BasicPerson
compareTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Person

public Person()


Copyright © 2008-2012 The Sakai Foundation. All Rights Reserved.