Method Summary |
|
public String | getDescription() The product's description is a long text designed to make you desperate
to own one immediately. |
public String | getDisplayValue() For products, the value displayed is always the product's name. |
public String | getName() The name of a product is unique among products - that short text which
uniquely identifies it. |
public BigDecimal | getPrice() What price quality? This is the cost of a single unit of the product. |
public void | setDescription(String descriptionParam) The product's description is a long text designed to make you desperate
to own one immediately. |
public void | setName(String nameParam) The name of a product is unique among products - that short text which
uniquely identifies it. |
public void | setPrice(BigDecimal priceParam) Set the cost of one unit of this product. |