public static class CommodityStatTracker.CommodityStats extends java.lang.Object
| Constructor and Description |
|---|
CommodityStats(java.lang.String commodityId) |
| Modifier and Type | Method and Description |
|---|---|
float |
getAverageDemandPrice() |
float |
getAverageSupplyPrice() |
java.lang.String |
getCommodityId() |
float |
getMaxDemandPrice() |
float |
getMinSupplyPrice() |
float |
getTotalDemand() |
float |
getTotalStockpiles() |
float |
getTotalSupply() |
void |
setAverageDemandPrice(float weightedAveragePrice) |
void |
setAverageSupplyPrice(float average) |
void |
setMaxDemandPrice(float max) |
void |
setMinSupplyPrice(float min) |
void |
setTotalDemand(float totalDemand) |
void |
setTotalStockpiles(float totalStockpiles) |
void |
setTotalSupply(float totalSupply) |
public CommodityStats(java.lang.String commodityId)
public float getMinSupplyPrice()
public float getMaxDemandPrice()
public float getAverageSupplyPrice()
public float getAverageDemandPrice()
public java.lang.String getCommodityId()
public void setMinSupplyPrice(float min)
public void setMaxDemandPrice(float max)
public void setAverageSupplyPrice(float average)
public float getTotalDemand()
public void setTotalDemand(float totalDemand)
public float getTotalSupply()
public void setTotalSupply(float totalSupply)
public float getTotalStockpiles()
public void setTotalStockpiles(float totalStockpiles)
public void setAverageDemandPrice(float weightedAveragePrice)