public interface TaxRateIf
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
The description of the tax rate.
|
int |
getId() |
int |
getPriority()
There may be more than one tax rate.
|
java.math.BigDecimal |
getRate() |
java.lang.String |
getTaxRateCode() |
void |
setDescription(java.lang.String description)
The description of the tax rate.
|
void |
setId(int id) |
void |
setPriority(int priority)
There may be more than one tax rate.
|
void |
setRate(java.math.BigDecimal rate) |
void |
setTaxRateCode(java.lang.String taxRateCode) |
java.lang.String getDescription()
void setDescription(java.lang.String description)
description
- The description to set.int getId()
void setId(int id)
id
- The id to set.int getPriority()
void setPriority(int priority)
priority
- The priority to set.java.math.BigDecimal getRate()
void setRate(java.math.BigDecimal rate)
rate
- The rate to set.java.lang.String getTaxRateCode()
void setTaxRateCode(java.lang.String taxRateCode)
taxRateCode
- the taxRateCode to setCopyright © 2018 DS Data Systems UK Ltd.