public class Person extends BasicPerson implements Serializable
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.
| Constructor and Description |
|---|
Person() |
Copyright © 2003–2021 Sakai Project. All rights reserved.