public class GoodsPriceId extends Object
Model of ID for Price for Goods.
| Constructor and Description |
|---|
GoodsPriceId()
Minimal constructor.
|
GoodsPriceId(PriceCategory pPriceCategory,
org.beigesoft.accounting.persistable.InvItem pGoods)
Useful constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.beigesoft.accounting.persistable.InvItem |
getGoods()
Getter for goods.
|
PriceCategory |
getPriceCategory()
Getter for priceCategory.
|
void |
setGoods(org.beigesoft.accounting.persistable.InvItem pGoods)
Setter for goods.
|
void |
setPriceCategory(PriceCategory pPriceCategory)
Setter for pPriceCategory.
|
public GoodsPriceId()
Minimal constructor.
public GoodsPriceId(PriceCategory pPriceCategory, org.beigesoft.accounting.persistable.InvItem pGoods)
Useful constructor.
pPriceCategory - referencepGoods - referencepublic final PriceCategory getPriceCategory()
Getter for priceCategory.
public final org.beigesoft.accounting.persistable.InvItem getGoods()
Getter for goods.
public final void setPriceCategory(PriceCategory pPriceCategory)
Setter for pPriceCategory.
pPriceCategory - referencepublic final void setGoods(org.beigesoft.accounting.persistable.InvItem pGoods)
Setter for goods.
pGoods - referenceCopyright © 2017–2018. All rights reserved.