public class TaxDetailWrapper extends BaseWrapper implements APIWrapper<TaxDetail>
| Modifier and Type | Field and Description |
|---|---|
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 |
context| Constructor and Description |
|---|
TaxDetailWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrapDetails(TaxDetail model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(TaxDetail model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected Long id
protected BroadleafEnumerationTypeWrapper taxType
protected Money amount
protected BigDecimal rate
protected String currency
protected String jurisdictionName
protected String taxName
protected String region
protected String country
public void wrapDetails(TaxDetail model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<TaxDetail>public void wrapSummary(TaxDetail model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<TaxDetail>Copyright © 2013. All Rights Reserved.