public interface IPersonalData
| Modifier and Type | Method and Description |
|---|---|
int |
getAge(org.joda.time.DateTime current)
Compute the current age
|
org.joda.time.DateTime |
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()
org.joda.time.DateTime getBirthDate()
int getAge(org.joda.time.DateTime current)
current - dateCopyright © 2011-2017 Sahits GmbH. All Rights Reserved.