public class Person extends Object
| Constructor and Description |
|---|
Person() |
| Modifier and Type | Method and Description |
|---|---|
LocalDate |
getBirthDate() |
String |
getName() |
void |
setBirthDate(LocalDate birthDate) |
void |
setName(String name) |
Copyright © 2021. All rights reserved.