org.sakaiproject.profile2.model
Class Person
java.lang.Object
org.sakaiproject.profile2.model.BasicPerson
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Person
public Person()
Copyright © 2008-2012 The Sakai Foundation. All Rights Reserved.