|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of DateObject in ch.sahits.game.openpatrician.model |
|---|
| Methods in ch.sahits.game.openpatrician.model that return DateObject | |
|---|---|
private static DateObject |
GameFactory.computeRandomBirthDate(int age)
|
| Methods in ch.sahits.game.openpatrician.model with parameters of type DateObject | |
|---|---|
private static PersonalData |
AIPlayer.getPersonalData(ICity homeTown,
DateObject birthDate)
|
| Constructors in ch.sahits.game.openpatrician.model with parameters of type DateObject | |
|---|---|
AIPlayer(ICity homeTown,
long cash,
DateObject birthDate)
|
|
| Uses of DateObject in ch.sahits.game.openpatrician.model.building |
|---|
| Methods in ch.sahits.game.openpatrician.model.building with parameters of type DateObject | |
|---|---|
void |
TradingOffice.notify(DateObject date)
|
| Uses of DateObject in ch.sahits.game.openpatrician.model.building.impl |
|---|
| Methods in ch.sahits.game.openpatrician.model.building.impl with parameters of type DateObject | |
|---|---|
void |
Storage.notify(DateObject date)
|
| Uses of DateObject in ch.sahits.game.openpatrician.model.city.impl |
|---|
| Fields in ch.sahits.game.openpatrician.model.city.impl declared as DateObject | |
|---|---|
private DateObject |
Contributions.lastDate
|
| Uses of DateObject in ch.sahits.game.openpatrician.model.impl |
|---|
| Methods in ch.sahits.game.openpatrician.model.impl with parameters of type DateObject | |
|---|---|
void |
BalanceSheet.notify(DateObject date)
|
void |
Company.notify(DateObject date)
|
| Uses of DateObject in ch.sahits.game.openpatrician.model.personal |
|---|
| Methods in ch.sahits.game.openpatrician.model.personal that return DateObject | |
|---|---|
DateObject |
IPersonalData.getBirthDate()
Retrieve the birth date |
| Methods in ch.sahits.game.openpatrician.model.personal with parameters of type DateObject | |
|---|---|
int |
IPersonalData.getAge(DateObject now)
Compute the current age |
| Uses of DateObject in ch.sahits.game.openpatrician.model.personal.impl |
|---|
| Fields in ch.sahits.game.openpatrician.model.personal.impl declared as DateObject | |
|---|---|
private DateObject |
PersonalData.birthDate
|
| Methods in ch.sahits.game.openpatrician.model.personal.impl that return DateObject | |
|---|---|
DateObject |
PersonalData.getBirthDate()
|
| Methods in ch.sahits.game.openpatrician.model.personal.impl with parameters of type DateObject | |
|---|---|
int |
PersonalData.getAge(DateObject now)
|
void |
Reputation.notify(DateObject date)
|
| Constructors in ch.sahits.game.openpatrician.model.personal.impl with parameters of type DateObject | |
|---|---|
PersonalData(String name,
String lastName,
boolean male,
ICity birthplace,
DateObject birthDate)
Initialize personal data without portrait |
|
SpouseData(String name,
String lastName,
boolean male,
ICity birthplace,
DateObject birthDate,
int popHer,
int popYour,
int conHer,
int conYour,
BufferedImage portrait)
|
|
| Uses of DateObject in ch.sahits.game.openpatrician.model.time |
|---|
| Methods in ch.sahits.game.openpatrician.model.time with parameters of type DateObject | |
|---|---|
boolean |
DateObject.isSameDate(DateObject date)
|
void |
IPeriodicalUpdate.notify(DateObject date)
The time defined as period has passed and it is now date |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||