Package cielsachen.mco1.model
Class Product
java.lang.Object
cielsachen.mco1.model.Product
- Direct Known Subclasses:
Coffee
-
Field Details
-
DEFAULT_PRICE
public static final float DEFAULT_PRICE- See Also:
-
price
protected float price
-
-
Constructor Details
-
Product
public Product()
-
-
Method Details
-
getPrice
public float getPrice() -
setPrice
public boolean setPrice(float newPrice) -
toPriceString
-