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 |
|---|---|
Money |
getAmount() |
String |
getCountry() |
String |
getCurrency() |
Long |
getId() |
String |
getJurisdictionName() |
BigDecimal |
getRate() |
String |
getRegion() |
String |
getTaxName() |
BroadleafEnumerationTypeWrapper |
getTaxType() |
void |
setAmount(Money amount) |
void |
setCountry(String country) |
void |
setCurrency(String currency) |
void |
setId(Long id) |
void |
setJurisdictionName(String jurisdictionName) |
void |
setRate(BigDecimal rate) |
void |
setRegion(String region) |
void |
setTaxName(String taxName) |
void |
setTaxType(BroadleafEnumerationTypeWrapper taxType) |
void |
wrapDetails(TaxDetail model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(TaxDetail model,
javax.servlet.http.HttpServletRequest request) |
createElementWrappers, 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>public Long getId()
public void setId(Long id)
id - the id to setpublic BroadleafEnumerationTypeWrapper getTaxType()
public void setTaxType(BroadleafEnumerationTypeWrapper taxType)
taxType - the taxType to setpublic Money getAmount()
public void setAmount(Money amount)
amount - the amount to setpublic BigDecimal getRate()
public void setRate(BigDecimal rate)
rate - the rate to setpublic String getCurrency()
public void setCurrency(String currency)
currency - the currency to setpublic String getJurisdictionName()
public void setJurisdictionName(String jurisdictionName)
jurisdictionName - the jurisdictionName to setpublic String getTaxName()
public void setTaxName(String taxName)
taxName - the taxName to setpublic String getRegion()
public void setRegion(String region)
region - the region to setpublic String getCountry()
public void setCountry(String country)
country - the country to setCopyright © 2015. All Rights Reserved.