|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TaxDetail
The Interface TaxDetail. A TaxDetail object stores relevant tax information including a tax type, amount, and rate.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||