public class PriceCategory
extends org.beigesoft.persistable.AHasNameIdLongVersion
Model of Price Category for Goods/Service and Customer.
| Constructor and Description |
|---|
PriceCategory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Getter for description.
|
PriceCategoryOfBuyers |
getPriceCategoryOfBuyers()
Getter for priceCategoryOfBuyers.
|
PriceCategoryOfItems |
getPriceCategoryOfItems()
Getter for priceCategoryOfItems.
|
void |
setDescription(String pDescription)
Setter for description.
|
void |
setPriceCategoryOfBuyers(PriceCategoryOfBuyers pPriceCategoryOfBuyers)
Setter for priceCategoryOfBuyers.
|
void |
setPriceCategoryOfItems(PriceCategoryOfItems pPriceCategoryOfItems)
Setter for priceCategoryOfItems.
|
getItsVersion, setItsVersionpublic final PriceCategoryOfItems getPriceCategoryOfItems()
Getter for priceCategoryOfItems.
public final void setPriceCategoryOfItems(PriceCategoryOfItems pPriceCategoryOfItems)
Setter for priceCategoryOfItems.
pPriceCategoryOfItems - referencepublic final PriceCategoryOfBuyers getPriceCategoryOfBuyers()
Getter for priceCategoryOfBuyers.
public final void setPriceCategoryOfBuyers(PriceCategoryOfBuyers pPriceCategoryOfBuyers)
Setter for priceCategoryOfBuyers.
pPriceCategoryOfBuyers - referencepublic final String getDescription()
Getter for description.
public final void setDescription(String pDescription)
Setter for description.
pDescription - referenceCopyright © 2017–2018. All rights reserved.