- getChildren() - Method in class org.fastnate.examples.model.Organisation
-
The child organisations.
- getContext() - Method in class org.fastnate.examples.data.OrganisationData
-
- getDataFolder() - Method in class org.fastnate.examples.data.OrganisationData
-
- getEntities() - Method in class org.fastnate.examples.data.OrganisationData
-
- getEntities() - Method in class org.fastnate.examples.data.PersonData
-
- getEntityRegistration() - Method in class org.fastnate.examples.data.OrganisationData
-
- getEntryDate() - Method in class org.fastnate.examples.model.Person
-
- getFirstName() - Method in class org.fastnate.examples.model.Person
-
The first name of the person - required according to JPA annotation.
- getId() - Method in class org.fastnate.examples.model.Organisation
-
The ID of the organisation from the input files.
- getId() - Method in class org.fastnate.examples.model.Person
-
The ID of the person - automatically assigned.
- getLastName() - Method in class org.fastnate.examples.model.Person
-
The last name of the person - required according to Beans Validation.
- getName() - Method in class org.fastnate.examples.model.Organisation
-
The name of the organisation.
- getOrganisation() - Method in class org.fastnate.examples.model.Person
-
The associated organisation - as entity reference.
- getOrganisations() - Method in class org.fastnate.examples.data.OrganisationData
-
- getParent() - Method in class org.fastnate.examples.model.Organisation
-
The parent organisation.
- getPreviousOrganisations() - Method in class org.fastnate.examples.model.Person
-
The previous organisations of the person.
- getProfit() - Method in class org.fastnate.examples.model.Organisation
-
The profit of this organisation.
- getSubordinates() - Method in class org.fastnate.examples.model.Person
-
All persons that have this person as supervisor.
- getSupervisor() - Method in class org.fastnate.examples.model.Person
-
The immediate superior of this person.
- getUrl() - Method in class org.fastnate.examples.model.Organisation
-
The URL to the website of the organisation.