public interface SkuBundleItemPriceData extends Serializable, org.broadleafcommerce.common.copy.MultiTenantCloneable<SkuBundleItemPriceData>
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
The unique id of this PriceData
|
PriceList |
getPriceList()
Returns the associated PriceList
|
BigDecimal |
getSalePrice()
sku sale price
|
org.broadleafcommerce.core.catalog.domain.SkuBundleItem |
getSkuBundleItem()
Returns the associated
SkuBundleItem. |
void |
setId(Long id)
Sets the unique id of this PriceData
|
void |
setPriceList(PriceList priceList)
Sets the associated priceList.
|
void |
setSalePrice(BigDecimal salePrice)
sku sale price
|
void |
setSkuBundleItem(org.broadleafcommerce.core.catalog.domain.SkuBundleItem skuBundleItem)
Sets the associated
SkuBundleItem |
Long getId()
void setId(Long id)
id - org.broadleafcommerce.core.catalog.domain.SkuBundleItem getSkuBundleItem()
SkuBundleItem.void setSkuBundleItem(org.broadleafcommerce.core.catalog.domain.SkuBundleItem skuBundleItem)
SkuBundleItemsku - PriceList getPriceList()
void setPriceList(PriceList priceList)
priceList - BigDecimal getSalePrice()
void setSalePrice(BigDecimal salePrice)
salePrice - Copyright © 2020. All rights reserved.