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

java.lang.Object
  extended by org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
      extended by org.broadleafcommerce.core.web.api.wrapper.DimensionWrapper
All Implemented Interfaces:
APIWrapper<Dimension>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class DimensionWrapper
extends BaseWrapper
implements APIWrapper<Dimension>

JAXB wrapper for Dimension

User: Kelly Tisdell Date: 4/10/12


Field Summary
protected  String container
           
protected  BigDecimal depth
           
protected  String dimensionUnitOfMeasure
           
protected  BigDecimal girth
           
protected  BigDecimal height
           
protected  String size
           
protected  BigDecimal width
           
 
Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
context
 
Constructor Summary
DimensionWrapper()
           
 
Method Summary
 void wrapDetails(Dimension model, javax.servlet.http.HttpServletRequest request)
           
 void wrapSummary(Dimension model, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
setApplicationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

protected BigDecimal width

height

protected BigDecimal height

depth

protected BigDecimal depth

girth

protected BigDecimal girth

container

protected String container

size

protected String size

dimensionUnitOfMeasure

protected String dimensionUnitOfMeasure
Constructor Detail

DimensionWrapper

public DimensionWrapper()
Method Detail

wrapDetails

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

wrapSummary

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


Copyright © 2013. All Rights Reserved.