Class StockMarketTransaction
java.lang.Object
org.rspeer.game.adapter.Adapter<RSStockMarketTransaction>
org.rspeer.game.adapter.component.StockMarketTransaction
- All Implemented Interfaces:
StockMarketable
public class StockMarketTransaction
extends Adapter<RSStockMarketTransaction>
implements StockMarketable
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
Nested classes/interfaces inherited from interface org.rspeer.game.adapter.component.StockMarketable
StockMarketable.Type
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Constructor Summary
-
Method Summary
Methods inherited from class org.rspeer.game.adapter.Adapter
getProvider, validate
-
Field Details
-
PROGRESS_MASK
public static final int PROGRESS_MASK- See Also:
-
FINISH_MASK
public static final int FINISH_MASK- See Also:
-
SELLING_MASK
public static final int SELLING_MASK- See Also:
-
-
Constructor Details
-
StockMarketTransaction
-
-
Method Details
-
getIndex
public int getIndex() -
getItem
-
getItemPrice
public int getItemPrice() -
getWealthTransferred
public int getWealthTransferred() -
getAmountTransferred
public int getAmountTransferred() -
getItemQuantity
public int getItemQuantity() -
getType
- Specified by:
getType
in interfaceStockMarketable
-
getProgress
-
abort
public boolean abort() -
collect
-
toString
-