public class RestAssessmentDetails extends Object implements Serializable
| Constructor and Description |
|---|
RestAssessmentDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationNo() |
String |
getAssessmentNo() |
String |
getFeeReceipt() |
String |
getFeeReceiptDate() |
String |
getIsMutationFeePaid() |
String |
getLocalityName() |
BigDecimal |
getMutationFee() |
Set<OwnerName> |
getOwnerDetails() |
Float |
getPlinthArea() |
String |
getPropertyAddress() |
BigDecimal |
getTotalTaxDue() |
void |
setApplicationNo(String applicationNo) |
void |
setAssessmentNo(String assessmentNo) |
void |
setFeeReceipt(String feeReceipt) |
void |
setFeeReceiptDate(String feeReceiptDate) |
void |
setIsMutationFeePaid(String isMutationFeePaid) |
void |
setLocalityName(String localityName) |
void |
setMutationFee(BigDecimal mutationFee) |
void |
setOwnerDetails(Set<OwnerName> ownerDetails) |
void |
setPlinthArea(Float plinthArea) |
void |
setPropertyAddress(String propertyAddress) |
void |
setTotalTaxDue(BigDecimal totalTaxDue) |
String |
toString() |
public String getAssessmentNo()
public void setAssessmentNo(String assessmentNo)
public String getPropertyAddress()
public void setPropertyAddress(String propertyAddress)
public String getLocalityName()
public void setLocalityName(String localityName)
public BigDecimal getTotalTaxDue()
public void setTotalTaxDue(BigDecimal totalTaxDue)
public String getIsMutationFeePaid()
public void setIsMutationFeePaid(String isMutationFeePaid)
public Float getPlinthArea()
public void setPlinthArea(Float plinthArea)
public String getFeeReceipt()
public void setFeeReceipt(String feeReceipt)
public String getFeeReceiptDate()
public void setFeeReceiptDate(String feeReceiptDate)
public BigDecimal getMutationFee()
public void setMutationFee(BigDecimal mutationFee)
public String getApplicationNo()
public void setApplicationNo(String applicationNo)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.