public class PropertyDetails extends Object implements Serializable
| Constructor and Description |
|---|
PropertyDetails() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getArrearTax() |
BigDecimal |
getCurrentTax() |
Integer |
getNoOfFloors() |
String |
getPropertyType() |
String |
getPropertyUsage() |
BigDecimal |
getTaxDue() |
void |
setArrearTax(BigDecimal arrearTax) |
void |
setCurrentTax(BigDecimal currentTax) |
void |
setNoOfFloors(Integer noOfFloors) |
void |
setPropertyType(String propertyType) |
void |
setPropertyUsage(String propertyUsage) |
void |
setTaxDue(BigDecimal taxDue) |
String |
toString() |
public String getPropertyType()
public void setPropertyType(String propertyType)
public BigDecimal getTaxDue()
public void setTaxDue(BigDecimal taxDue)
public String getPropertyUsage()
public void setPropertyUsage(String propertyUsage)
public BigDecimal getCurrentTax()
public void setCurrentTax(BigDecimal currentTax)
public BigDecimal getArrearTax()
public void setArrearTax(BigDecimal arrearTax)
public Integer getNoOfFloors()
public void setNoOfFloors(Integer noOfFloors)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.