Package myorg.relex.one2manybi
Class SaleItem
- java.lang.Object
-
- myorg.relex.one2manybi.SaleItem
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetId()StringgetName()doublegetPrice()PurchasegetPurchase()voidsetName(String name)voidsetPrice(double price)voidsetPurchase(Purchase purchase)
-
-
-
Field Detail
-
id
private int id
-
purchase
private Purchase purchase
-
name
private String name
-
price
private BigDecimal price
-
-
Constructor Detail
-
SaleItem
protected SaleItem()
-
SaleItem
public SaleItem(Purchase purchase)
-
-