public class Parameters extends Object
| Constructor and Description |
|---|
Parameters() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getFeedPrice() |
Double |
getFishMix() |
Double |
getFryPrice() |
Boolean |
getIsOffShoreAquaFarm() |
Long |
getModelId() |
Double |
getSellingPrice() |
Double |
getTaxRate() |
void |
setFeedPrice(Double feedPrice) |
void |
setFishMix(Double fishMix) |
void |
setFryPrice(Double fryPrice) |
void |
setIsOffShoreAquaFarm(Boolean isOffShoreAquaFarm) |
void |
setModelId(Long modelId) |
void |
setSellingPrice(Double sellingPrice) |
void |
setTaxRate(Double taxRate) |
String |
validate() |
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 String validate()
Copyright © 2016. All Rights Reserved.