|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TaxRateIf
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.
| 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)
|
| Method Detail |
|---|
java.lang.String getDescription()
void setDescription(java.lang.String description)
description - The description to set.int getId()
void setId(int id)
id - The id to set.int getPriority()
void setPriority(int priority)
priority - The priority to set.java.math.BigDecimal getRate()
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 | ||||||||