Class ShoppingList
java.lang.Object
ntnu.idatt2016.v233.SmartMat.entity.group.ShoppingList
This class represents a shopping list
- Version:
- 1.3
- Author:
- Stian Lyng, Anders, Birk
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addProduct
(Product product) Adds a product to the shopping list
-
Constructor Details
-
ShoppingList
public ShoppingList()
-
-
Method Details
-
addProduct
Adds a product to the shopping list- Parameters:
product
- the product to add to the shopping list
-