Uses of Class
nl.paston.apollon.model.person.Person
-
Packages that use Person Package Description nl.paston.apollon.model nl.paston.apollon.model.dto nl.paston.apollon.model.person nl.paston.apollon.model.projections -
-
Uses of Person in nl.paston.apollon.model
Methods in nl.paston.apollon.model that return types with arguments of type Person Modifier and Type Method Description Optional<Person>Policy. getPerson(Person.Type type)Map<Person.Type,Person>Policy. getPersons()Methods in nl.paston.apollon.model with parameters of type Person Modifier and Type Method Description voidPolicy. setPerson(Person.Type type, Person person)Adds default type to the person of Type.POLICYHOLDERMethod parameters in nl.paston.apollon.model with type arguments of type Person Modifier and Type Method Description voidPolicy. addAllPersons(Map<Person.Type,Person> newPersons) -
Uses of Person in nl.paston.apollon.model.dto
Method parameters in nl.paston.apollon.model.dto with type arguments of type Person Modifier and Type Method Description voidPolicyDTO. setPersons(Map<Person.Type,Person> persons)Constructors in nl.paston.apollon.model.dto with parameters of type Person Constructor Description PersonDTO(Person person) -
Uses of Person in nl.paston.apollon.model.person
Methods in nl.paston.apollon.model.person that return Person Modifier and Type Method Description PersonPerson. clone() -
Uses of Person in nl.paston.apollon.model.projections
Methods in nl.paston.apollon.model.projections that return types with arguments of type Person Modifier and Type Method Description Map<Person.Type,Person>PolicyDetails. getPersons()Method parameters in nl.paston.apollon.model.projections with type arguments of type Person Modifier and Type Method Description voidPolicyDetails. setPersons(Map<Person.Type,Person> persons)
-