public class TaxInfo
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field
|
| Constructor and Description |
|---|
TaxInfo()
The TaxInfo constructor calls its parents constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getAmount()
This method gets the total tax amount.
|
java.lang.String |
getCurrency()
This method gets the tax amount currency.
|
java.lang.String |
getDescription()
This method gets the description of the tax information.
|
void |
setAmount(java.math.BigDecimal newAmount)
This method sets the total tax amount.
|
void |
setCurrency(java.lang.String newCurrency)
This method sets the tax amount currency.
|
void |
setDescription(java.lang.String newDescription)
This method sets the tax information description.
|
public static final java.lang.String COPYRIGHT
public java.math.BigDecimal getAmount()
public java.lang.String getCurrency()
public java.lang.String getDescription()
public void setAmount(java.math.BigDecimal newAmount)
newAmount - the new tax amountpublic void setCurrency(java.lang.String newCurrency)
newCurrency - the currency used for the tax amountpublic void setDescription(java.lang.String newDescription)
newDescription - the description for the tax information