public interface TaxDetail extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Money |
getAmount()
Gets the tax amount
|
BroadleafCurrency |
getCurrency() |
Long |
getId()
Gets the id.
|
BigDecimal |
getRate()
Gets the tax rate
|
TaxType |
getType()
Gets the tax type
|
void |
setAmount(Money amount)
Sets the tax amount
|
void |
setCurrency(BroadleafCurrency currency) |
void |
setId(Long id)
Sets the id.
|
void |
setRate(BigDecimal rate)
Sets the tax rate.
|
void |
setType(TaxType type)
Sets the tax type
|
Long getId()
void setId(Long id)
id - the new idTaxType getType()
void setType(TaxType type)
type - the tax typeMoney getAmount()
void setAmount(Money amount)
amount - the tax amountBigDecimal getRate()
void setRate(BigDecimal rate)
name - the tax rateBroadleafCurrency getCurrency()
void setCurrency(BroadleafCurrency currency)
Copyright © 2014. All Rights Reserved.