public interface SkuBundleItem extends Serializable
Sku being sold in a bundle along with metadata
about the relationship itself like how many items should be included in the
bundleProductBundle, Product| Modifier and Type | Method and Description |
|---|---|
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) |
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()
Copyright © 2015. All Rights Reserved.