public interface TransferTotalAPI
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommodityId() |
java.lang.String |
getMarketId() |
float |
getPrice() |
float |
getQuantity() |
boolean |
isSmuggled() |
void |
setPrice(int price) |
void |
setQuantity(int quantity) |
float getQuantity()
float getPrice()
java.lang.String getMarketId()
boolean isSmuggled()
java.lang.String getCommodityId()
void setQuantity(int quantity)
void setPrice(int price)