| |
|
| java.lang.Object uk.ltd.getahead.dwrdemo.people.People
People | public class People (Code) | | A container for a set of people
author: Joe Walker [joe at getahead dot ltd dot uk] |
Constructor Summary | |
public | People() |
People | public People()(Code) | | Pre-populate with random people
|
debug | protected void debug()(Code) | | List the current people so we know what is going on
|
deletePerson | public void deletePerson(Person person)(Code) | | Delete a person from the set of people
Parameters: person - The person to delete |
getAllPeople | public Set getAllPeople()(Code) | | Accessor for the current list of people
the current list of people |
setPerson | public void setPerson(Person person)(Code) | | Insert a person into the set of people
Parameters: person - The person to add or update |
|
|
|