Package com.jahnreil_stratpoint.model


package com.jahnreil_stratpoint.model
  • Classes
    Class
    Description
    The 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 args
    The CartItem takes product duplicates and return overall quantity and total price, must be constructed with complete args
    The Product model contain attributes such as id, name, description, brand etc...