|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPersonalData
Defining the personal data of a person.
| Method Summary | |
|---|---|
int |
getAge(DateObject now)
Compute the current age |
DateObject |
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 |
| Method Detail |
|---|
String getName()
String getLastName()
boolean isMale()
ICity getBirthPlace()
DateObject getBirthDate()
int getAge(DateObject now)
current - date
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||