@Immutable public class MDSPerson extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MDSPerson.Builder |
| Constructor and Description |
|---|
MDSPerson(String sID,
String sFirstName,
String sFamilyName,
LocalDate aBirthday) |
| Modifier and Type | Method and Description |
|---|---|
static MDSPerson.Builder |
builder() |
LocalDate |
getBirthday() |
String |
getFamilyName() |
String |
getFirstName() |
String |
getID() |
Copyright © 2021 DE4A. All rights reserved.