Class ProductShelfController
java.lang.Object
com.jahnreil_stratpoint.controller.ProductShelfController
The type Product shelf controller.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionProductShelfController
(ArrayList<Product> products) Instantiates a new Product shelf controller. -
Method Summary
-
Field Details
-
products
-
-
Constructor Details
-
ProductShelfController
Instantiates a new Product shelf controller.- Parameters:
products
- the products
-