A C F G I M O P R S T

G

getBalance() - Method in class ope.shopping2.Customer
Returns the balance of this person's bank account.
getCart() - Method in class ope.shopping2.Customer
Returns the customer's shopping cart.
getMoney() - Method in class ope.shopping.Person
Returns the balance of this person's bank account.
getName() - Method in class ope.shopping.Person
Returns the name of this person.
getName() - Method in class ope.shopping.Product
Returns the name of this product.
getName() - Method in class ope.shopping2.Customer
Returns the name of this customer.
getName() - Method in class ope.shopping2.Product
Returns the name of this product.
getPrice() - Method in class ope.shopping.Product
Returns the price of this product.
getPrice() - Method in class ope.shopping2.Product
Returns the price of this product.
getProduct(int) - Method in class ope.shopping.ShoppingCart
Returns a product at the given index in this shopping cart.
getProduct(int) - Method in class ope.shopping2.ShoppingCart
Returns a product at the given index in this shopping cart.
getStockCount() - Method in class ope.shopping2.Product
Returns the stock count of this product.
getTotalPrice() - Method in class ope.shopping.ShoppingCart
Calculates the total price of products in this shopping cart.
getTotalPrice() - Method in class ope.shopping2.ShoppingCart
Calculates the total price of products in this shopping cart.

A C F G I M O P R S T