public class GoodsAdviseCategories extends org.beigesoft.model.AEditableHasVersion implements org.beigesoft.model.IHasId<GoodsAdviseCategoriesId>
Model of Goods Advise Category.
| Constructor and Description |
|---|
GoodsAdviseCategories() |
| Modifier and Type | Method and Description |
|---|---|
AdviseCategoryOfGs |
getAdviseCategory()
Getter for adviseCategory.
|
org.beigesoft.accounting.persistable.InvItem |
getGoods()
Getter for goods.
|
GoodsAdviseCategoriesId |
getItsId()
Usually it's simple getter that return model ID.
|
void |
setAdviseCategory(AdviseCategoryOfGs pAdviseCategory)
Setter for pAdviseCategory.
|
void |
setGoods(org.beigesoft.accounting.persistable.InvItem pGoods)
Setter for goods.
|
void |
setItsId(GoodsAdviseCategoriesId pItsId)
Usually it's simple setter for model ID.
|
public final GoodsAdviseCategoriesId getItsId()
Usually it's simple getter that return model ID.
getItsId in interface org.beigesoft.model.IHasId<GoodsAdviseCategoriesId>public final void setItsId(GoodsAdviseCategoriesId pItsId)
Usually it's simple setter for model ID.
setItsId in interface org.beigesoft.model.IHasId<GoodsAdviseCategoriesId>pId - model IDpublic final void setAdviseCategory(AdviseCategoryOfGs pAdviseCategory)
Setter for pAdviseCategory.
pAdviseCategory - referencepublic final void setGoods(org.beigesoft.accounting.persistable.InvItem pGoods)
Setter for goods.
pGoods - referencepublic final AdviseCategoryOfGs getAdviseCategory()
Getter for adviseCategory.
public final org.beigesoft.accounting.persistable.InvItem getGoods()
Getter for goods.
Copyright © 2017–2018. All rights reserved.