org.broadleafcommerce.core.web.api.wrapper
Class WeightWrapper

java.lang.Object
  extended by 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


Field Summary
protected  String unitOfMeasure
           
protected  BigDecimal weight
           
 
Constructor Summary
WeightWrapper()
           
 
Method Summary
 void wrapDetails(Weight model, javax.servlet.http.HttpServletRequest request)
           
 void wrapSummary(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
 

Field Detail

weight

protected BigDecimal weight

unitOfMeasure

protected String unitOfMeasure
Constructor Detail

WeightWrapper

public WeightWrapper()
Method Detail

wrapDetails

public void wrapDetails(Weight model,
                        javax.servlet.http.HttpServletRequest request)
Specified by:
wrapDetails in interface APIWrapper<Weight>

wrapSummary

public void wrapSummary(Weight model,
                        javax.servlet.http.HttpServletRequest request)
Specified by:
wrapSummary in interface APIWrapper<Weight>


Copyright © 2013. All Rights Reserved.