Modifier and Type | Interface | Description |
---|---|---|
interface |
Group |
A Group Record in the address book database.
|
interface |
Person |
A person in the address book database.
|
Modifier and Type | Method | Description |
---|---|---|
Person |
Application.add(Entry objectToAdd,
Reference whereToAddThisChildTo) |
Add a child object.
|
Person |
Application.remove(Entry objectToRemove,
Reference whereToRemoveThisChildFrom) |
Remove a child object.
|