| Package | Description |
|---|---|
| org.fastnate.examples.data | |
| org.fastnate.examples.model |
| Modifier and Type | Method and Description |
|---|---|
List<Person> |
PersonData.getEntities() |
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.getSupervisor()
The immediate superior of this person.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Person> |
Person.getSubordinates()
All persons that have this person as supervisor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setSupervisor(Person supervisor)
Sets the supervisor of this
Person. |
Copyright © 2020 fastnate.org. All rights reserved.