game.economics.market
Class BasicPrices

java.lang.Object
  |
  +--game.economics.market.BasicPrices

public class BasicPrices
extends java.lang.Object


Constructor Summary
(package private) BasicPrices(float _foodPrice, float _mfgGoodsPrice, float _servicesPrice)
           
 
Method Summary
 float getFoodPrice()
           
 float getMfgGoodsPrice()
           
 float getServicesPrice()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicPrices

BasicPrices(float _foodPrice,
            float _mfgGoodsPrice,
            float _servicesPrice)
Method Detail

getFoodPrice

public float getFoodPrice()

getMfgGoodsPrice

public float getMfgGoodsPrice()

getServicesPrice

public float getServicesPrice()