Package 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
-
-
Constructor Summary
Constructors Constructor Description Person()
-