public class Tax
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Price |
price |
private TaxClass |
taxClass |
Constructor and Description |
---|
Tax() |
Modifier and Type | Method and Description |
---|---|
Price |
getPrice() |
TaxClass |
getTaxClass() |
void |
setPrice(Price price) |
void |
setTaxClass(TaxClass taxClass) |