public class Fish extends Object
| Constructor and Description |
|---|
Fish() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFish() |
double |
getInitialPrice() |
double |
getMixPercent() |
double |
getWeight() |
void |
setFish(String fish) |
void |
setInitialPrice(double initialPrice) |
void |
setMixPercent(double mixPercent) |
void |
setWeight(double weight) |
public double getWeight()
public void setWeight(double weight)
public String getFish()
public void setFish(String fish)
public double getMixPercent()
public void setMixPercent(double mixPercent)
public double getInitialPrice()
public void setInitialPrice(double initialPrice)
Copyright © 2016. All Rights Reserved.