com.planet_ink.coffee_mud.core.interfaces
Class ShopKeeper.ShopPrice

java.lang.Object
  extended by com.planet_ink.coffee_mud.core.interfaces.ShopKeeper.ShopPrice
Enclosing interface:
ShopKeeper

public static class ShopKeeper.ShopPrice
extends java.lang.Object

This class represents a given price for a given item in the shopkeepers inventory. It is usually calculated for a given buyer.


Field Summary
 double absoluteGoldPrice
          the price of the item in base currency gold
 int experiencePrice
          the number of experience points required to purchase the item
 int questPointPrice
          the number of quest points required to purchase the item
 
Constructor Summary
ShopKeeper.ShopPrice()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

absoluteGoldPrice

public double absoluteGoldPrice
the price of the item in base currency gold


experiencePrice

public int experiencePrice
the number of experience points required to purchase the item


questPointPrice

public int questPointPrice
the number of quest points required to purchase the item

Constructor Detail

ShopKeeper.ShopPrice

public ShopKeeper.ShopPrice()