public class BuyerPriceCategoryId extends Object
Model of ID for price category for buyer.
| Constructor and Description |
|---|
BuyerPriceCategoryId()
Minimal constructor.
|
BuyerPriceCategoryId(PriceCategory pPriceCategory,
OnlineBuyer pBuyer)
Useful constructor.
|
| Modifier and Type | Method and Description |
|---|---|
OnlineBuyer |
getBuyer()
Getter for buyer.
|
PriceCategory |
getPriceCategory()
Getter for priceCategory.
|
void |
setBuyer(OnlineBuyer pBuyer)
Setter for buyer.
|
void |
setPriceCategory(PriceCategory pPriceCategory)
Setter for pPriceCategory.
|
public BuyerPriceCategoryId()
Minimal constructor.
public BuyerPriceCategoryId(PriceCategory pPriceCategory, OnlineBuyer pBuyer)
Useful constructor.
pPriceCategory - referencepBuyer - referencepublic final PriceCategory getPriceCategory()
Getter for priceCategory.
public final OnlineBuyer getBuyer()
Getter for buyer.
public final void setPriceCategory(PriceCategory pPriceCategory)
Setter for pPriceCategory.
pPriceCategory - referencepublic final void setBuyer(OnlineBuyer pBuyer)
Setter for buyer.
pBuyer - referenceCopyright © 2017–2018. All rights reserved.