| Package | Description |
|---|---|
| org.beigesoft.webstore.persistable |
Persistable models used by WEB-Store.
|
| Modifier and Type | Method and Description |
|---|---|
PriceCategory |
GoodsPrice.getPriceCategory()
Getter for priceCategory.
|
PriceCategory |
BuyerPriceCategory.getPriceCategory()
Getter for priceCategory.
|
PriceCategory |
BuyerPriceCategoryId.getPriceCategory()
Getter for priceCategory.
|
PriceCategory |
GoodsPriceId.getPriceCategory()
Getter for priceCategory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GoodsPrice.setPriceCategory(PriceCategory pPriceCategory)
Setter for pPriceCategory.
|
void |
BuyerPriceCategory.setPriceCategory(PriceCategory pPriceCategory)
Setter for pPriceCategory.
|
void |
BuyerPriceCategoryId.setPriceCategory(PriceCategory pPriceCategory)
Setter for pPriceCategory.
|
void |
GoodsPriceId.setPriceCategory(PriceCategory pPriceCategory)
Setter for pPriceCategory.
|
| Constructor and Description |
|---|
BuyerPriceCategoryId(PriceCategory pPriceCategory,
OnlineBuyer pBuyer)
Useful constructor.
|
GoodsPriceId(PriceCategory pPriceCategory,
org.beigesoft.accounting.persistable.InvItem pGoods)
Useful constructor.
|
Copyright © 2017–2018. All rights reserved.