public class NatureOfUsageResult extends Object
| Constructor and Description |
|---|
NatureOfUsageResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
String |
getAssessmentNumber() |
Long |
getBlock() |
List<org.egov.infra.admin.master.entity.Boundary> |
getBlocks() |
String |
getDoorNumber() |
BigDecimal |
getHalfYearTax() |
String |
getMobileNumber() |
Long |
getNatureOfUsage() |
List<org.egov.ptis.domain.entity.property.PropertyUsage> |
getNatureOfUsages() |
String |
getOwnerName() |
Long |
getWard() |
List<org.egov.infra.admin.master.entity.Boundary> |
getWards() |
void |
setAddress(String address) |
void |
setAssessmentNumber(String assessmentNumber) |
void |
setBlock(Long block) |
void |
setBlocks(List<org.egov.infra.admin.master.entity.Boundary> blocks) |
void |
setDoorNumber(String doorNumber) |
void |
setHalfYearTax(BigDecimal halfYearTax) |
void |
setMobileNumber(String mobileNumber) |
void |
setNatureOfUsage(Long natureOfUsage) |
void |
setNatureOfUsages(List<org.egov.ptis.domain.entity.property.PropertyUsage> natureOfUsages) |
void |
setOwnerName(String ownerName) |
void |
setWard(Long ward) |
void |
setWards(List<org.egov.infra.admin.master.entity.Boundary> wards) |
public List<org.egov.ptis.domain.entity.property.PropertyUsage> getNatureOfUsages()
public void setNatureOfUsages(List<org.egov.ptis.domain.entity.property.PropertyUsage> natureOfUsages)
public List<org.egov.infra.admin.master.entity.Boundary> getWards()
public void setWards(List<org.egov.infra.admin.master.entity.Boundary> wards)
public List<org.egov.infra.admin.master.entity.Boundary> getBlocks()
public void setBlocks(List<org.egov.infra.admin.master.entity.Boundary> blocks)
public Long getNatureOfUsage()
public void setNatureOfUsage(Long natureOfUsage)
public Long getWard()
public void setWard(Long ward)
public Long getBlock()
public void setBlock(Long block)
public String getAssessmentNumber()
public void setAssessmentNumber(String assessmentNumber)
public String getOwnerName()
public void setOwnerName(String ownerName)
public String getMobileNumber()
public void setMobileNumber(String mobileNumber)
public String getDoorNumber()
public void setDoorNumber(String doorNumber)
public String getAddress()
public void setAddress(String address)
public BigDecimal getHalfYearTax()
public void setHalfYearTax(BigDecimal halfYearTax)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.