@Deprecated public interface SkuBundleItem extends Serializable, MultiTenantCloneable<SkuBundleItem>
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()
Deprecated.
Removes any currently stored dynamic pricing
|
ProductBundle |
getBundle()
Deprecated.
|
Long |
getId()
Deprecated.
|
Integer |
getQuantity()
Deprecated.
|
Money |
getRetailPrice()
Deprecated.
|
Money |
getSalePrice()
Deprecated.
|
BigDecimal |
getSequence()
Deprecated.
Get the sequence order.
|
Sku |
getSku()
Deprecated.
|
void |
setBundle(ProductBundle bundle)
Deprecated.
|
void |
setId(Long id)
Deprecated.
|
void |
setQuantity(Integer quantity)
Deprecated.
|
void |
setSalePrice(Money salePrice)
Deprecated.
Allows for overriding the related Product's sale price.
|
void |
setSequence(BigDecimal sequence)
Deprecated.
Set the order the item shows up in the display.
|
void |
setSku(Sku sku)
Deprecated.
|
createOrRetrieveCopyInstanceLong 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()
BigDecimal getSequence()
void setSequence(BigDecimal sequence)
sequence - Copyright © 2026. All rights reserved.