final class TaxRate
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
area |
private int |
classId |
private java.lang.Double |
rate |
Constructor and Description |
---|
TaxRate(java.lang.String area,
int classId,
double rate) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getArea() |
int |
getClassId() |
java.lang.Double |
getRate() |