public class Parameters extends Object
| Constructor and Description |
|---|
Parameters() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getDiscountRate() |
Double |
getFeedPrice() |
Double |
getFishMix() |
Double |
getFryPrice() |
Object |
getInflationRate() |
Boolean |
getIsOffShoreAquaFarm() |
Integer |
getMaturity() |
Long |
getModelId() |
Double |
getSellingPrice() |
Double |
getTaxRate() |
void |
setDiscountRate(Double discountRate) |
void |
setFeedPrice(Double feedPrice) |
void |
setFishMix(Double fishMix) |
void |
setFryPrice(Double fryPrice) |
void |
setInflationRate(Object inflationRate) |
void |
setIsOffShoreAquaFarm(Boolean isOffShoreAquaFarm) |
void |
setMaturity(Integer maturity) |
void |
setModelId(Long modelId) |
void |
setSellingPrice(Double sellingPrice) |
void |
setTaxRate(Double taxRate) |
String |
validate() |
public Integer getMaturity()
public void setMaturity(Integer maturity)
public Double getTaxRate()
public Long getModelId()
public void setModelId(Long modelId)
public void setTaxRate(Double taxRate)
public Double getFeedPrice()
public void setFeedPrice(Double feedPrice)
public Double getFryPrice()
public void setFryPrice(Double fryPrice)
public Double getSellingPrice()
public void setSellingPrice(Double sellingPrice)
public Boolean getIsOffShoreAquaFarm()
public void setIsOffShoreAquaFarm(Boolean isOffShoreAquaFarm)
public Double getFishMix()
public void setFishMix(Double fishMix)
public Double getDiscountRate()
public void setDiscountRate(Double discountRate)
public Object getInflationRate()
public void setInflationRate(Object inflationRate)
public String validate()
Copyright © 2016. All Rights Reserved.