public interface IPersonalData
| Modifier and Type | Method and 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
|
String |
getLastName()
Get a players last name
|
String |
getName()
Retrieve the players name
|
boolean |
isMale()
Check if the player is male
|
String getName()
String getLastName()
boolean isMale()
ICity getBirthPlace()
java.time.LocalDateTime getBirthDate()
int getAge(java.time.LocalDateTime current)
current - dateCopyright © 2011-2018 Sahits GmbH. All Rights Reserved.