Class ProductShelfController
java.lang.Object
com.jahnreil_stratpoint.controller.ProductShelfController
The type Product shelf controller.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProductShelfController
(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
-