-
public final class PassioGeneratedMealPlanShoppingItem
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final IntegerportionQuantityprivate final StringportionSize
-
Constructor Summary
Constructors Constructor Description PassioGeneratedMealPlanShoppingItem(String name, Integer portionQuantity, String portionSize)
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetPortionQuantity()final StringgetPortionSize()-
-
Method Detail
-
getPortionQuantity
final Integer getPortionQuantity()
-
getPortionSize
final String getPortionSize()
-
-
-
-