civquest.city
Class Granary

java.lang.Object
  extended bycivquest.city.Granary
All Implemented Interfaces:
Building, Producable

public class Granary
extends java.lang.Object
implements Producable, Building


Constructor Summary
Granary()
           
 
Method Summary
 int getProductionCost()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Granary

public Granary()
Method Detail

getProductionCost

public int getProductionCost()
Specified by:
getProductionCost in interface Producable

toString

public java.lang.String toString()
Specified by:
toString in interface Producable