|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IStorage
Additional over all ware houses connected to a trading office
| Method Summary | |
|---|---|
int |
getCostsPerDay()
Retrieve the daily cost for rent storage |
int |
getGuardCostsPerDay()
Retrieve the costs for the guards |
int |
getNumberGuards()
Retrieve the number of guards |
int |
getRentOutStorage()
Retrieve the amount of storage in barrels that is rented by someone else |
ELevel |
getSecurityLevel()
Retrieve the security level |
void |
updateGuardsNumber(int update)
Increase or decrease the number of guards |
void |
updateRendedSpace(int nbBarrels)
Update the rented out space |
| Method Detail |
|---|
int getRentOutStorage()
void updateRendedSpace(int nbBarrels)
nbBarrels - int getCostsPerDay()
int getNumberGuards()
int getGuardCostsPerDay()
ELevel getSecurityLevel()
void updateGuardsNumber(int update)
update -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||