|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SkuBundleItem
Represents the Sku being sold in a bundle along with metadata
about the relationship itself like how many items should be included in the
bundle
ProductBundle, Product| Method Summary | |
|---|---|
void |
clearDynamicPrices()
Removes any currently stored dynamic pricing |
ProductBundle |
getBundle()
|
Long |
getId()
|
Integer |
getQuantity()
|
Money |
getRetailPrice()
|
Money |
getSalePrice()
|
Sku |
getSku()
|
void |
setBundle(ProductBundle bundle)
|
void |
setId(Long id)
|
void |
setQuantity(Integer quantity)
|
void |
setSalePrice(Money salePrice)
Allows for overriding the related Product's sale price. |
void |
setSku(Sku sku)
|
| Method Detail |
|---|
Long getId()
void setId(Long id)
Integer getQuantity()
void setQuantity(Integer quantity)
void setSalePrice(Money salePrice)
itemSalePrice - The sale price for this bundle itemMoney getSalePrice()
ProductBundle getBundle()
void setBundle(ProductBundle bundle)
Money getRetailPrice()
Sku getSku()
void setSku(Sku sku)
void clearDynamicPrices()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||