public class TaxRates extends Object implements Serializable
| Constructor and Description |
|---|
TaxRates() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getFromAmount() |
Date |
getFromDate() |
Integer |
getId() |
Float |
getTax() |
BigDecimal |
getToAmount() |
Date |
getToDate() |
Integer |
getType() |
void |
setFromAmount(BigDecimal fromAmount) |
void |
setFromDate(Date fromDate) |
void |
setId(Integer id) |
void |
setTax(Float tax) |
void |
setToAmount(BigDecimal toAmount) |
void |
setToDate(Date toDate) |
void |
setType(Integer type) |
String |
toString() |
public BigDecimal getFromAmount()
public void setFromAmount(BigDecimal fromAmount)
fromAmount - the fromAmount to setpublic Date getFromDate()
public void setFromDate(Date fromDate)
fromDate - the fromDate to setpublic Integer getId()
public void setId(Integer id)
id - the id to setpublic Float getTax()
public void setTax(Float tax)
tax - the tax to setpublic BigDecimal getToAmount()
public void setToAmount(BigDecimal toAmount)
toAmount - the toAmount to setpublic Date getToDate()
public void setToDate(Date toDate)
toDate - the toDate to setpublic Integer getType()
public void setType(Integer type)
type - the type to setCopyright © 2015–2017 eGovernments Foundation. All rights reserved.