-
public final class PassioGeneratedMealPlanDay
-
-
Field Summary
Fields Modifier and Type Field Description private final List<PassioGeneratedMealPlanRecipe>breakfastprivate final List<PassioGeneratedMealPlanRecipe>lunchprivate final List<PassioGeneratedMealPlanRecipe>dinnerprivate final List<PassioGeneratedMealPlanRecipe>snackprivate final PassioGeneratedMealPlanMacrosmacros
-
Constructor Summary
Constructors Constructor Description PassioGeneratedMealPlanDay(List<PassioGeneratedMealPlanRecipe> breakfast, List<PassioGeneratedMealPlanRecipe> lunch, List<PassioGeneratedMealPlanRecipe> dinner, List<PassioGeneratedMealPlanRecipe> snack, PassioGeneratedMealPlanMacros macros)
-
Method Summary
Modifier and Type Method Description final List<PassioGeneratedMealPlanRecipe>getBreakfast()final List<PassioGeneratedMealPlanRecipe>getLunch()final List<PassioGeneratedMealPlanRecipe>getDinner()final List<PassioGeneratedMealPlanRecipe>getSnack()final PassioGeneratedMealPlanMacrosgetMacros()-
-
Constructor Detail
-
PassioGeneratedMealPlanDay
PassioGeneratedMealPlanDay(List<PassioGeneratedMealPlanRecipe> breakfast, List<PassioGeneratedMealPlanRecipe> lunch, List<PassioGeneratedMealPlanRecipe> dinner, List<PassioGeneratedMealPlanRecipe> snack, PassioGeneratedMealPlanMacros macros)
-
-
Method Detail
-
getBreakfast
final List<PassioGeneratedMealPlanRecipe> getBreakfast()
-
getLunch
final List<PassioGeneratedMealPlanRecipe> getLunch()
-
getDinner
final List<PassioGeneratedMealPlanRecipe> getDinner()
-
getSnack
final List<PassioGeneratedMealPlanRecipe> getSnack()
-
getMacros
final PassioGeneratedMealPlanMacros getMacros()
-
-
-
-