public interface Person
| Modifier and Type | Method and Description |
|---|---|
ContactInformation |
getContact()
Returns the contact information of the person.
|
String |
getName()
Returns the display name of the person.
|
String getName()
ContactInformation getContact()