|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.app.TaxRate
public class TaxRate
Tax Rate
| Constructor Summary | |
|---|---|
TaxRate()
Constructor |
|
TaxRate(com.workingdogs.village.Record vr,
org.apache.torque.util.Criteria c)
Instantiates the attributes of the Tax object from a Record object |
|
| Method Summary | |
|---|---|
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()
|
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)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TaxRate()
public TaxRate(com.workingdogs.village.Record vr,
org.apache.torque.util.Criteria c)
throws com.workingdogs.village.DataSetException
vr - Record containing datac - Criteria containing column names
com.workingdogs.village.DataSetException| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getDescription()
TaxRateIf
getDescription in interface TaxRateIfpublic void setDescription(java.lang.String description)
TaxRateIf
setDescription in interface TaxRateIfdescription - The description to set.public int getId()
getId in interface TaxRateIfpublic void setId(int id)
setId in interface TaxRateIfid - The id to set.public int getPriority()
TaxRateIf
getPriority in interface TaxRateIfpublic void setPriority(int priority)
TaxRateIf
setPriority in interface TaxRateIfpriority - The priority to set.public java.math.BigDecimal getRate()
getRate in interface TaxRateIfpublic void setRate(java.math.BigDecimal rate)
setRate in interface TaxRateIfrate - The rate to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||