Uses of Class
ope.shopping2.Product

Packages that use Product
ope.shopping2   
 

Uses of Product in ope.shopping2
 

Methods in ope.shopping2 that return Product
 Product ShoppingCart.getProduct(int index)
          Returns a product at the given index in this shopping cart.
 

Methods in ope.shopping2 with parameters of type Product
 void ShoppingCart.addProduct(Product item)
          Adds a product to the shopping cart if it is available.
static void Shopping.addToCart(Customer customer, Product item)