-
public final class PassioGeneratedMealPlan
-
-
Field Summary
Fields Modifier and Type Field Description private final PassioGeneratedMealPlanConstraintsconstraintsprivate final List<PassioGeneratedMealPlanShoppingItem>shoppingListprivate final List<PassioGeneratedMealPlanDay>mealPlanDays
-
Constructor Summary
Constructors Constructor Description PassioGeneratedMealPlan(PassioGeneratedMealPlanConstraints constraints, List<PassioGeneratedMealPlanShoppingItem> shoppingList, List<PassioGeneratedMealPlanDay> mealPlanDays)
-
Method Summary
Modifier and Type Method Description final PassioGeneratedMealPlanConstraintsgetConstraints()final List<PassioGeneratedMealPlanShoppingItem>getShoppingList()final List<PassioGeneratedMealPlanDay>getMealPlanDays()-
-
Constructor Detail
-
PassioGeneratedMealPlan
PassioGeneratedMealPlan(PassioGeneratedMealPlanConstraints constraints, List<PassioGeneratedMealPlanShoppingItem> shoppingList, List<PassioGeneratedMealPlanDay> mealPlanDays)
-
-
Method Detail
-
getConstraints
final PassioGeneratedMealPlanConstraints getConstraints()
-
getShoppingList
final List<PassioGeneratedMealPlanShoppingItem> getShoppingList()
-
getMealPlanDays
final List<PassioGeneratedMealPlanDay> getMealPlanDays()
-
-
-
-