public class ProductionParameters extends Object
| Constructor and Description |
|---|
ProductionParameters() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAnchorsSystem() |
Consumption |
getConsumption() |
Map<Integer,Integer> |
getFeedNeedPerMonth() |
int |
getFryNeedPerYear() |
Map<Integer,FryGeneration> |
getGenerationsPerYear() |
boolean |
getIsOffShoreAquaFarm() |
int |
getLargeCage() |
double |
getPackagingPerFish() |
int |
getSmallCage() |
int |
getSupportEquipment() |
void |
setAnchorsSystem(int anchorsSystem) |
void |
setConsumption(Consumption consumption) |
void |
setFeedNeedPerMonth(Map<Integer,Integer> feedNeedPerMonth) |
void |
setFryNeedPerYear(int fryNeedPerYear) |
void |
setGenerationsPerYear(Map<Integer,FryGeneration> generationsPerYear) |
void |
setIsOffShoreAquaFarm(boolean isOffShoreAquaFarm) |
void |
setLargeCage(int largeCage) |
void |
setOffShoreAquaFarm(boolean isOffShoreAquaFarm) |
void |
setPackagingPerFish(double packagingPerFish) |
void |
setSmallCage(int smallCage) |
void |
setSupportEquipment(int supportEquipment) |
public Map<Integer,FryGeneration> getGenerationsPerYear()
public void setGenerationsPerYear(Map<Integer,FryGeneration> generationsPerYear)
public void setOffShoreAquaFarm(boolean isOffShoreAquaFarm)
public int getLargeCage()
public void setLargeCage(int largeCage)
public int getSmallCage()
public void setSmallCage(int smallCage)
public int getAnchorsSystem()
public void setAnchorsSystem(int anchorsSystem)
public boolean getIsOffShoreAquaFarm()
public void setIsOffShoreAquaFarm(boolean isOffShoreAquaFarm)
public int getSupportEquipment()
public void setSupportEquipment(int supportEquipment)
public double getPackagingPerFish()
public void setPackagingPerFish(double packagingPerFish)
public int getFryNeedPerYear()
public void setFryNeedPerYear(int fryNeedPerYear)
public Consumption getConsumption()
public void setConsumption(Consumption consumption)
Copyright © 2016. All Rights Reserved.