public class SkuWrapper extends BaseWrapper implements APIWrapper<Sku>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
active |
protected java.util.Date |
activeEndDate |
protected java.util.Date |
activeStartDate |
protected java.lang.String |
description |
protected DimensionWrapper |
dimension |
protected java.lang.Long |
id |
protected java.lang.String |
name |
protected Money |
retailPrice |
protected Money |
salePrice |
protected WeightWrapper |
weight |
context| Constructor and Description |
|---|
SkuWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrapDetails(Sku model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(Sku model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected java.lang.Long id
protected java.util.Date activeStartDate
protected java.util.Date activeEndDate
protected java.lang.String name
protected java.lang.Boolean active
protected java.lang.String description
protected Money retailPrice
protected Money salePrice
protected WeightWrapper weight
protected DimensionWrapper dimension
public void wrapDetails(Sku model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<Sku>public void wrapSummary(Sku model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<Sku>Copyright © 2018. All Rights Reserved.