Uses of Class
org.fastnate.examples.model.Person
Packages that use Person
-
Uses of Person in org.fastnate.examples.data
Methods in org.fastnate.examples.data that return types with arguments of type Person -
Uses of Person in org.fastnate.examples.model
Methods in org.fastnate.examples.model that return PersonMethods in org.fastnate.examples.model that return types with arguments of type PersonModifier and TypeMethodDescriptionPerson.getSubordinates()All persons that have this person as supervisor.Methods in org.fastnate.examples.model with parameters of type PersonModifier and TypeMethodDescriptionvoidPerson.setSupervisor(Person supervisor) Sets the supervisor of thisPerson.