org.broadleafcommerce.core.web.api.wrapper
public class DimensionWrapper extends BaseWrapper implements APIWrapper<Dimension>
| Modifier and Type | Field and Description |
|---|---|
protected String |
container |
protected BigDecimal |
depth |
protected String |
dimensionUnitOfMeasure |
protected BigDecimal |
girth |
protected BigDecimal |
height |
protected String |
size |
protected BigDecimal |
width |
context| Constructor and Description |
|---|
DimensionWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrap(Dimension model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected BigDecimal width
protected BigDecimal height
protected BigDecimal depth
protected BigDecimal girth
protected String container
protected String size
protected String dimensionUnitOfMeasure
public void wrap(Dimension model, javax.servlet.http.HttpServletRequest request)
wrap in interface APIWrapper<Dimension>Copyright © 2015. All Rights Reserved.