Class Fridge
java.lang.Object
ntnu.idatt2016.v233.SmartMat.entity.group.Fridge
Fridge is an entity class representing a fridge in the system.
- Version:
- 1.2
- Author:
- Anders invalid input: '&' Birk
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addProduct
(FridgeProductAsso product) Adds a product to the fridge
-
Constructor Details
-
Fridge
public Fridge()
-
-
Method Details
-
addProduct
Adds a product to the fridge- Parameters:
product
- the product to add to the fridge
-