org.broadleafcommerce.core.web.api.wrapper
Class WeightWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.WeightWrapper
- All Implemented Interfaces:
- APIWrapper<Weight>
public class WeightWrapper
- extends Object
- implements APIWrapper<Weight>
This is a JAXB wrapper around Weight
User: Kelly Tisdell
Date: 4/10/12
|
Method Summary |
void |
wrap(Weight model,
javax.servlet.http.HttpServletRequest request)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
weight
protected BigDecimal weight
unitOfMeasure
protected String unitOfMeasure
WeightWrapper
public WeightWrapper()
wrap
public void wrap(Weight model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrap in interface APIWrapper<Weight>
Copyright © 2013. All Rights Reserved.