Package cielsachen.mco1.model.coffee
Class Coffee
java.lang.Object
cielsachen.mco1.model.Product
cielsachen.mco1.model.coffee.Coffee
- Direct Known Subclasses:
Americano
,Cappuccino
,Latte
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal double
final Ingredient
final double
final String
static final float
Fields inherited from class cielsachen.mco1.model.Product
DEFAULT_PRICE, price
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Coffee
(String name, Ingredient extraIngredient, double espressoRatio, double extraIngredientRatio) -
Method Summary
-
Field Details
-
PRICE_SIZE_MODIFIER
public static final float PRICE_SIZE_MODIFIER- See Also:
-
extraIngredient
-
name
-
espressoRatio
public final double espressoRatio -
extraIngredientRatio
public final double extraIngredientRatio
-
-
Constructor Details
-
Coffee
protected Coffee(String name, Ingredient extraIngredient, double espressoRatio, double extraIngredientRatio)
-
-
Method Details
-
getPrice
-
toPriceString
- Overrides:
toPriceString
in classProduct
-
toPriceString
-