Package cielsachen.mco1.model
Class Transaction
java.lang.Object
cielsachen.mco1.model.Transaction
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTransaction
(String coffeeName, CoffeeSize coffeeSize, float cost, Truck truck, int extraEspressoShotCount, Map<Ingredient, Double> ingredients) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
coffeeName
-
coffeeSize
-
cost
public final float cost -
extraEspressoShotCount
public final int extraEspressoShotCount -
truck
-
-
Constructor Details
-
Transaction
public Transaction(String coffeeName, CoffeeSize coffeeSize, float cost, Truck truck, int extraEspressoShotCount, Map<Ingredient, Double> ingredients)
-
-
Method Details
-
getIngredients
-
getSyrups
-
toCostString
-