public class BuyerPriceCategory extends org.beigesoft.model.AEditableHasVersion implements org.beigesoft.model.IHasId<BuyerPriceCategoryId>
Model of Price category for Buyer.
| Constructor and Description |
|---|
BuyerPriceCategory() |
| Modifier and Type | Method and Description |
|---|---|
OnlineBuyer |
getBuyer()
Getter for buyer.
|
BuyerPriceCategoryId |
getItsId()
Usually it's simple getter that return model ID.
|
PriceCategory |
getPriceCategory()
Getter for priceCategory.
|
void |
setBuyer(OnlineBuyer pBuyer)
Setter for buyer.
|
void |
setItsId(BuyerPriceCategoryId pItsId)
Usually it's simple setter for model ID.
|
void |
setPriceCategory(PriceCategory pPriceCategory)
Setter for pPriceCategory.
|
public final BuyerPriceCategoryId getItsId()
Usually it's simple getter that return model ID.
getItsId in interface org.beigesoft.model.IHasId<BuyerPriceCategoryId>public final void setItsId(BuyerPriceCategoryId pItsId)
Usually it's simple setter for model ID.
setItsId in interface org.beigesoft.model.IHasId<BuyerPriceCategoryId>pId - model IDpublic final void setPriceCategory(PriceCategory pPriceCategory)
Setter for pPriceCategory.
pPriceCategory - referencepublic final void setBuyer(OnlineBuyer pBuyer)
Setter for buyer.
pBuyer - referencepublic final PriceCategory getPriceCategory()
Getter for priceCategory.
public final OnlineBuyer getBuyer()
Getter for buyer.
Copyright © 2017–2018. All rights reserved.