storyworld
Class ShopItem

java.lang.Object
  extended by storyworld.ShopItem

public class ShopItem
extends Object


Field Summary
(package private)  Marker buyPrice
           
(package private)  Marker goods
           
(package private)  Marker sellPrice
           
 
Constructor Summary
ShopItem(Marker goods, Marker buyPrice, Marker sellPrice)
           
ShopItem(String item, int number, String buyItem, int buyPrice, String sellItem, int sellPrice)
           
 
Method Summary
 Marker getBuyPrice()
           
 Marker getGoods()
           
 Marker getSellPrice()
           
 void setBuyPrice(Marker m)
           
 void setSellPrice(Marker m)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buyPrice

Marker buyPrice

goods

Marker goods

sellPrice

Marker sellPrice
Constructor Detail

ShopItem

public ShopItem(Marker goods,
                Marker buyPrice,
                Marker sellPrice)

ShopItem

public ShopItem(String item,
                int number,
                String buyItem,
                int buyPrice,
                String sellItem,
                int sellPrice)
Method Detail

getBuyPrice

public Marker getBuyPrice()

getGoods

public Marker getGoods()

getSellPrice

public Marker getSellPrice()

setBuyPrice

public void setBuyPrice(Marker m)

setSellPrice

public void setSellPrice(Marker m)