org.broadleafcommerce.core.web.api.wrapper
Class TaxDetailWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
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>
| Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper |
context |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
TaxDetailWrapper
public TaxDetailWrapper()
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.