Uses of Class
org.fastnate.examples.model.Organisation
Packages that use Organisation
-
Uses of Organisation in org.fastnate.examples.data
Methods in org.fastnate.examples.data that return types with arguments of type Organisation -
Uses of Organisation in org.fastnate.examples.model
Methods in org.fastnate.examples.model that return OrganisationModifier and TypeMethodDescriptionPerson.getOrganisation()The associated organisation - as entity reference.Organisation.getParent()The parent organisation.Methods in org.fastnate.examples.model that return types with arguments of type OrganisationModifier and TypeMethodDescriptionOrganisation.getChildren()The child organisations.Person.getPreviousOrganisations()The previous organisations of the person.Methods in org.fastnate.examples.model with parameters of type OrganisationModifier and TypeMethodDescriptionvoidPerson.setOrganisation(Organisation organisation) The associated organisation - as entity reference.voidOrganisation.setParent(Organisation parent) The parent organisation.Method parameters in org.fastnate.examples.model with type arguments of type OrganisationModifier and TypeMethodDescriptionvoidOrganisation.setChildren(List<Organisation> children) The child organisations.Constructors in org.fastnate.examples.model with parameters of type OrganisationModifierConstructorDescriptionOrganisation(Long id, Organisation parent, String name, String url, float profit, List<Organisation> children) Creates a newOrganisationinstance.Constructor parameters in org.fastnate.examples.model with type arguments of type OrganisationModifierConstructorDescriptionOrganisation(Long id, Organisation parent, String name, String url, float profit, List<Organisation> children) Creates a newOrganisationinstance.