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

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

public class TaxDetailWrapper
extends BaseWrapper
implements APIWrapper<TaxDetail>


Field Summary
protected  Money amount
           
protected  String country
           
protected  String currency
           
protected  Long id
           
protected  String jurisdictionName
           
protected  BigDecimal rate
           
protected  String region
           
protected  String taxName
           
protected  BroadleafEnumerationTypeWrapper taxType
           
 
Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
context
 
Constructor Summary
TaxDetailWrapper()
           
 
Method Summary
 void wrapDetails(TaxDetail model, javax.servlet.http.HttpServletRequest request)
           
 void wrapSummary(TaxDetail 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

id

protected Long id

taxType

protected BroadleafEnumerationTypeWrapper taxType

amount

protected Money amount

rate

protected BigDecimal rate

currency

protected String currency

jurisdictionName

protected String jurisdictionName

taxName

protected String taxName

region

protected String region

country

protected String country
Constructor Detail

TaxDetailWrapper

public TaxDetailWrapper()
Method Detail

wrapDetails

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

wrapSummary

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


Copyright © 2013. All Rights Reserved.