|
COMP2396
|
This is the complete list of members for Product, including all inherited members.
| getName() | Product | inline |
| getPrice() | Product | inline |
| getQuantity() | Product | inline |
| name | Product | private |
| price | Product | private |
| Product(String name, int price, int quantity) | Product | inline |
| quantity | Product | private |
| setQuantity(int quantity) | Product | inline |