org.broadleafcommerce.core.web.api.wrapper
public class SkuBundleItemWrapper extends BaseWrapper implements APIWrapper<SkuBundleItem>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
bundleId |
protected Long |
id |
protected Integer |
quantity |
protected Money |
retailPrice |
protected Money |
salePrice |
protected SkuWrapper |
sku |
context| Constructor and Description |
|---|
SkuBundleItemWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrap(SkuBundleItem model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected Long id
protected Integer quantity
protected Money salePrice
protected Money retailPrice
protected Long bundleId
protected SkuWrapper sku
public void wrap(SkuBundleItem model, javax.servlet.http.HttpServletRequest request)
wrap in interface APIWrapper<SkuBundleItem>Copyright © 2015. All Rights Reserved.