ISpouseDataPersonalData, SpouseDatapublic interface IPersonalData
| Modifier and Type | Method | Description |
|---|---|---|
int |
getAge(java.time.LocalDateTime current) |
Compute the current age
|
java.time.LocalDateTime |
getBirthDate() |
Retrieve the birth date
|
ICity |
getBirthPlace() |
Retrieve the birth place
|
java.lang.String |
getLastName() |
Get a players last name
|
java.lang.String |
getName() |
Retrieve the players name
|
boolean |
isMale() |
Check if the player is male
|
java.lang.String getName()
java.lang.String getLastName()
boolean isMale()
ICity getBirthPlace()
java.time.LocalDateTime getBirthDate()
int getAge(java.time.LocalDateTime current)
current - datecurrentCopyright © 2011-2018 Sahits GmbH. All Rights Reserved.