public class SkuBundleItemWrapper extends BaseWrapper implements APIWrapper<SkuBundleItem>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
active |
protected java.lang.Long |
bundleId |
protected java.lang.String |
description |
protected java.lang.Long |
id |
protected java.lang.String |
longDescription |
protected java.lang.String |
name |
protected java.lang.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 java.lang.Long id
protected java.lang.Integer quantity
protected Money salePrice
protected Money retailPrice
protected java.lang.Long bundleId
protected SkuWrapper sku
protected java.lang.String name
protected java.lang.Boolean active
protected java.lang.String description
protected java.lang.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 © 2018. All Rights Reserved.