public class AreaTaxCalculationInfo extends Object
| Constructor and Description |
|---|
AreaTaxCalculationInfo() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getCalculatedTax() |
BigDecimal |
getMonthlyBaseRent() |
BigDecimal |
getTaxableArea() |
void |
setCalculatedTax(BigDecimal calculatedTax) |
void |
setMonthlyBaseRent(BigDecimal monthlyBaseRent) |
void |
setTaxableArea(BigDecimal taxableArea) |
public BigDecimal getTaxableArea()
public void setTaxableArea(BigDecimal taxableArea)
public BigDecimal getMonthlyBaseRent()
public void setMonthlyBaseRent(BigDecimal monthlyBaseRent)
public BigDecimal getCalculatedTax()
public void setCalculatedTax(BigDecimal calculatedTax)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.