Constructor and Description |
---|
TaxRate()
Constructor
|
TaxRate(com.workingdogs.village.Record vr,
KKCriteria c)
Instantiates the attributes of the Tax object from a Record object
|
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 |
toString() |
public TaxRate()
public TaxRate(com.workingdogs.village.Record vr, KKCriteria c) throws com.workingdogs.village.DataSetException
vr
- Record containing datac
- Criteria containing column namescom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getDescription()
TaxRateIf
getDescription
in interface TaxRateIf
public void setDescription(java.lang.String description)
TaxRateIf
setDescription
in interface TaxRateIf
description
- The description to set.public void setId(int id)
public int getPriority()
TaxRateIf
getPriority
in interface TaxRateIf
public void setPriority(int priority)
TaxRateIf
setPriority
in interface TaxRateIf
priority
- The priority to set.public java.math.BigDecimal getRate()
public void setRate(java.math.BigDecimal rate)
public java.lang.String getTaxRateCode()
getTaxRateCode
in interface TaxRateIf
public void setTaxRateCode(java.lang.String taxRateCode)
setTaxRateCode
in interface TaxRateIf
taxRateCode
- the taxRateCode to setCopyright © 2018 DS Data Systems UK Ltd.