|
|||||||||
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.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 int getId()
getId
in interface TaxRateIf
public void setId(int id)
setId
in interface TaxRateIf
id
- The id to set.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()
getRate
in interface TaxRateIf
public void setRate(java.math.BigDecimal rate)
setRate
in interface TaxRateIf
rate
- The rate to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |