Package com.jahnreil_stratpoint.model
package com.jahnreil_stratpoint.model
-
ClassDescriptionThe Cart takes different cartItems and assigns these cartItems containing products into an arrayList named cartItems The Cart can be constructed with all args or no argsThe CartItem takes product duplicates and return overall quantity and total price, must be constructed with complete argsThe Product model contain attributes such as id, name, description, brand etc...