|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.rmi.app.S_TaxRate
public class S_TaxRate
Describes a tax rate. i.e. 17.5% Value added tax. The rate is associated to a tax class and a tax zone (GeoZone). i.e. 17.5% VAT for non food items in a tax zone. More than one tax zone (GeoZone) may apply to a physical zone (Zone). i.e. The state of California may have state tax and federal tax.
| Constructor Summary | |
|---|---|
S_TaxRate()
|
|
| 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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public S_TaxRate()
| Method Detail |
|---|
public java.lang.String getDescription()
public void setDescription(java.lang.String _description)
_description - The description to set.public int getId()
public void setId(int _id)
_id - The id to set.public int getPriority()
public void setPriority(int _priority)
_priority - The priority to set.public java.math.BigDecimal getRate()
public void setRate(java.math.BigDecimal _rate)
_rate - The rate to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||