public class GoodsAdviseCategoriesId extends Object
Model of ID for Goods Advise Category.
| Constructor and Description |
|---|
GoodsAdviseCategoriesId()
Minimal constructor.
|
GoodsAdviseCategoriesId(AdviseCategoryOfGs pAdviseCategory,
org.beigesoft.accounting.persistable.InvItem pGoods)
Useful constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AdviseCategoryOfGs |
getAdviseCategory()
Getter for adviseCategory.
|
org.beigesoft.accounting.persistable.InvItem |
getGoods()
Getter for goods.
|
void |
setAdviseCategory(AdviseCategoryOfGs pAdviseCategory)
Setter for pAdviseCategory.
|
void |
setGoods(org.beigesoft.accounting.persistable.InvItem pGoods)
Setter for goods.
|
public GoodsAdviseCategoriesId()
Minimal constructor.
public GoodsAdviseCategoriesId(AdviseCategoryOfGs pAdviseCategory, org.beigesoft.accounting.persistable.InvItem pGoods)
Useful constructor.
pAdviseCategory - referencepGoods - referencepublic final AdviseCategoryOfGs getAdviseCategory()
Getter for adviseCategory.
public final org.beigesoft.accounting.persistable.InvItem getGoods()
Getter for goods.
public final void setAdviseCategory(AdviseCategoryOfGs pAdviseCategory)
Setter for pAdviseCategory.
pAdviseCategory - referencepublic final void setGoods(org.beigesoft.accounting.persistable.InvItem pGoods)
Setter for goods.
pGoods - referenceCopyright © 2017–2018. All rights reserved.