public class Partner extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Partner.PartnerType |
| Constructor and Description |
|---|
Partner() |
| Modifier and Type | Method and Description |
|---|---|
LocalDate |
getDateOfBirth() |
String |
getName() |
Partner.PartnerType |
getType() |
void |
setDateOfBirth(LocalDate dateOfBirth) |
void |
setName(String name) |
void |
setType(Partner.PartnerType type) |
public String getName()
public void setName(String name)
public LocalDate getDateOfBirth()
public void setDateOfBirth(LocalDate dateOfBirth)
public Partner.PartnerType getType()
public void setType(Partner.PartnerType type)
Copyright © 2019 Faktor Zehn GmbH. All rights reserved.