Method Summary |
|
public Product | createProduct() |
public int | getAmount() Returns the amount. |
public double | getPrice() Returns the price. |
public Product | getProduct() Returns the product. |
public void | setAmount(int amount) Sets the amount. |
public void | setPrice(double price) Sets the price. |
public void | setProduct(Product product) Sets the product. |
public String | toString() |