IOffer
extends
Semanticable, Marketable, Stockable, Payable
in
Table of Contents
Methods
- getCustomerCategory() : ICustomerCategory
- getOfferedItem() : ICatalogItem
- getPrice() : IPrice
- getStockLimitation() : float
- setCustomerCategory() : void
- setOfferedItem() : void
- setPrice() : void
- setStockLimitation() : void
Methods
getCustomerCategory()
public
getCustomerCategory() : ICustomerCategory
Return values
ICustomerCategorygetOfferedItem()
public
getOfferedItem() : ICatalogItem
Return values
ICatalogItemgetPrice()
public
getPrice() : IPrice
Return values
IPricegetStockLimitation()
public
getStockLimitation() : float
Return values
floatsetCustomerCategory()
public
setCustomerCategory(ICustomerCategory $customerCategory) : void
Parameters
- $customerCategory : ICustomerCategory
setOfferedItem()
public
setOfferedItem(ICatalogItem $offeredItem) : void
Parameters
- $offeredItem : ICatalogItem
setPrice()
public
setPrice(IPrice $price) : void
Parameters
- $price : IPrice
setStockLimitation()
public
setStockLimitation(float $stockLimitation) : void
Parameters
- $stockLimitation : float