public class WeightWrapper extends java.lang.Object implements APIWrapper<Weight>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
unitOfMeasure |
protected java.math.BigDecimal |
weight |
| Constructor and Description |
|---|
WeightWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrapDetails(Weight model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(Weight model,
javax.servlet.http.HttpServletRequest request) |
protected java.math.BigDecimal weight
protected java.lang.String unitOfMeasure
public void wrapDetails(Weight model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<Weight>public void wrapSummary(Weight model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<Weight>Copyright © 2018. All Rights Reserved.