| Package | Description |
|---|---|
| org.fastnate.examples.data | |
| org.fastnate.examples.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Organisation> |
OrganisationData.getOrganisations() |
| Modifier and Type | Method and Description |
|---|---|
Organisation |
Person.getOrganisation()
The associated organisation - as entity reference.
|
Organisation |
Organisation.getParent()
The parent organisation.
|
| Modifier and Type | Method and Description |
|---|---|
List<Organisation> |
Organisation.getChildren()
The child organisations.
|
Collection<Organisation> |
Person.getPreviousOrganisations()
The previous organisations of the person.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setOrganisation(Organisation organisation)
The associated organisation - as entity reference.
|
void |
Organisation.setParent(Organisation parent)
The parent organisation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Organisation.setChildren(List<Organisation> children)
The child organisations.
|
| Constructor and Description |
|---|
Organisation(Long id,
Organisation parent,
String name,
String url,
float profit,
List<Organisation> children) |
| Constructor and Description |
|---|
Organisation(Long id,
Organisation parent,
String name,
String url,
float profit,
List<Organisation> children) |
Copyright © 2020 fastnate.org. All rights reserved.