|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBalanceSheet
Interface for balance data of the a week. The week must not necessairily be completed
| Method Summary | |
|---|---|
int |
getOfficeTrading()
Retrieve the balance for the office trading |
int |
getOtherCosts()
Retrieve other unspecified costs like fines |
int |
getPropertyTaxes()
Retrieve the property taxes |
int |
getRentalIncome()
Retrieve the rental income |
int |
getStewardCost()
Retrieve the wages for the stewards |
int |
getWageCosts()
Retrieve the wage costs |
void |
startUpdate()
Start updating the balance sheet with daily updates |
void |
stopUpdate()
Stop updating the balance sheet with daily updates |
| Methods inherited from interface ch.sahits.game.openpatrician.model.time.IPeriodicalUpdate |
|---|
notify |
| Method Detail |
|---|
int getRentalIncome()
int getWageCosts()
int getPropertyTaxes()
int getOfficeTrading()
int getStewardCost()
int getOtherCosts()
void stopUpdate()
void startUpdate()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||