|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IWorkShop
This interface represents a workshop, which employs workers
| Method Summary | |
|---|---|
int |
getMaxWorkers()
Retrieve the number of workers maximal employable by this shop |
int |
getSalaryPerWorker()
Retrieve the salary a worker earns within a week |
int |
getWorkers()
Retrieve the number of workers in the shop |
| Methods inherited from interface ch.sahits.game.openpatrician.model.building.IBuilding |
|---|
getOwner, getPropertyTax, getValue |
| Method Detail |
|---|
int getWorkers()
int getMaxWorkers()
int getSalaryPerWorker()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||