org.broadleafcommerce.core.web.api.wrapper
public class SkuWrapper extends BaseWrapper implements APIWrapper<Sku>
| Modifier and Type | Field and Description |
|---|---|
protected Date |
activeEndDate |
protected Date |
activeStartDate |
protected String |
description |
protected DimensionWrapper |
dimension |
protected Long |
id |
protected String |
name |
protected Money |
retailPrice |
protected Money |
salePrice |
protected WeightWrapper |
weight |
context| Constructor and Description |
|---|
SkuWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrap(Sku model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected Long id
protected Date activeStartDate
protected Date activeEndDate
protected String name
protected String description
protected Money retailPrice
protected Money salePrice
protected WeightWrapper weight
protected DimensionWrapper dimension
public void wrap(Sku model, javax.servlet.http.HttpServletRequest request)
wrap in interface APIWrapper<Sku>Copyright © 2015. All Rights Reserved.