public class Tax extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
rate |
protected String |
title |
| Constructor and Description |
|---|
Tax() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BigDecimal |
getRate() |
String |
getTitle() |
int |
hashCode() |
String |
toString() |
protected BigDecimal rate
protected String title
public BigDecimal getRate()
public String getTitle()
Copyright © 2021. All rights reserved.