public class SkuWrapper extends BaseWrapper implements APIWrapper<Sku>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
active |
protected Date |
activeEndDate |
protected Date |
activeStartDate |
protected String |
description |
protected DimensionWrapper |
dimension |
protected Long |
id |
protected String |
inventoryType |
protected 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 Long id
protected Date activeStartDate
protected Date activeEndDate
protected String name
protected Boolean active
protected String inventoryType
protected 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 © 2015. All Rights Reserved.