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 |
wrapDetails(Dimension model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(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 wrapDetails(Dimension model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<Dimension>public void wrapSummary(Dimension model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<Dimension>Copyright © 2015. All Rights Reserved.