public class SkuBundleItemWrapper extends BaseWrapper implements APIWrapper<SkuBundleItem>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
active |
protected Long |
bundleId |
protected String |
description |
protected Long |
id |
protected String |
longDescription |
protected String |
name |
protected Integer |
quantity |
protected Money |
retailPrice |
protected Money |
salePrice |
protected SkuWrapper |
sku |
context| Constructor and Description |
|---|
SkuBundleItemWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrapDetails(SkuBundleItem model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(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
protected String name
protected Boolean active
protected String description
protected String longDescription
public void wrapDetails(SkuBundleItem model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<SkuBundleItem>public void wrapSummary(SkuBundleItem model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<SkuBundleItem>Copyright © 2013. All Rights Reserved.