ch.sahits.game.openpatrician.model.building
Interface IWorkShop

All Superinterfaces:
IBuilding

public interface IWorkShop
extends IBuilding

This interface represents a workshop, which employs workers

Author:
Andi Hotz, (c) Sahits GmbH, 2012 Created on Jul 22, 2012

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

getWorkers

int getWorkers()
Retrieve the number of workers in the shop

Returns:

getMaxWorkers

int getMaxWorkers()
Retrieve the number of workers maximal employable by this shop

Returns:

getSalaryPerWorker

int getSalaryPerWorker()
Retrieve the salary a worker earns within a week

Returns:


Copyright © 2011-2012 Sahits GmbH. All Rights Reserved.