public class PersonWithOrganizationImpl extends Object implements PersonWithOrganization
| Constructor and Description |
|---|
PersonWithOrganizationImpl() |
| Modifier and Type | Method and Description |
|---|---|
EmploymentOrganization |
getEmploymentOrganisation() |
List<UniqueIdentifier> |
getIdentifiers() |
List<PersonName> |
getPersonNames() |
void |
setEmploymentOrganisation(EmploymentOrganization employmentOrganisation) |
void |
setIdentifiers(List<UniqueIdentifier> identifiers) |
void |
setPersonNames(List<PersonName> personNames) |
public EmploymentOrganization getEmploymentOrganisation()
getEmploymentOrganisation in interface PersonWithOrganizationpublic void setEmploymentOrganisation(EmploymentOrganization employmentOrganisation)
setEmploymentOrganisation in interface PersonWithOrganizationpublic List<UniqueIdentifier> getIdentifiers()
getIdentifiers in interface Personpublic void setIdentifiers(List<UniqueIdentifier> identifiers)
setIdentifiers in interface Personpublic List<PersonName> getPersonNames()
getPersonNames in interface Personpublic void setPersonNames(List<PersonName> personNames)
setPersonNames in interface PersonCopyright © 2021. All rights reserved.