Uses of Class
myorg.relex.one2manybi.Purchase
-
Packages that use Purchase Package Description myorg.relex.one2manybi -
-
Uses of Purchase in myorg.relex.one2manybi
Fields in myorg.relex.one2manybi declared as Purchase Modifier and Type Field Description private Purchase
SaleItem. purchase
Methods in myorg.relex.one2manybi that return Purchase Modifier and Type Method Description Purchase
Purchase. addItem(SaleItem item)
Purchase
SaleItem. getPurchase()
Methods in myorg.relex.one2manybi with parameters of type Purchase Modifier and Type Method Description void
SaleItem. setPurchase(Purchase purchase)
Constructors in myorg.relex.one2manybi with parameters of type Purchase Constructor Description SaleItem(Purchase purchase)
-