public class ContactInformation
extends java.lang.Object
| Constructor and Description |
|---|
ContactInformation() |
ContactInformation(Address address) |
ContactInformation(Address address,
Contact contact) |
ContactInformation(Contact contact) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContact(Contact contact) |
Address |
getAddress() |
java.util.List<Contact> |
getContacts() |
java.lang.Boolean |
gsonValidator() |