public class PropertyInfo extends Object
| Constructor and Description |
|---|
PropertyInfo(org.egov.ptis.domain.entity.property.PropertyImpl property) |
PropertyInfo(org.egov.ptis.domain.entity.property.PropertyImpl property,
String noticeNo) |
PropertyInfo(org.egov.ptis.domain.entity.property.PropertyImpl property,
String noticeNo,
Boolean instwiseNoticeReport) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getApprovalDate()
The method returns the date when the property was approved in case of a
transfer.
|
String |
getAssessmentDate()
Gives the Property Assessment Date
|
String |
getCompleteAddress() |
String |
getHouseNo() |
int |
getIsCentralGovtProp() |
String |
getLeastEffectiveDate(org.egov.ptis.domain.model.calculator.UnitTaxCalculationInfo unitTax,
org.egov.commons.Installment installment) |
String |
getNewOwnerName()
The method returns the name of the most recent owner of the property in
case the property has been transfered.
|
int |
getNoOfTenants()
The method returns the total number of 'Tenants' in the property.
|
String |
getNoticeDate() |
String |
getNoticeNo()
TO DO : Should be changed after Notice-BasicProperty relationship is
confirmed
|
String |
getOwnerAddress() |
String |
getOwnerName() |
Set<PropertyFloorDetailsInfo> |
getPropertyFloorDetails() |
String |
getPropertyNo() |
String |
getPropertyType() |
String |
getStreet() |
Map<org.egov.commons.Installment,org.egov.ptis.domain.model.calculator.TaxCalculationInfo> |
getTaxCalInfoMap(Set<org.egov.ptis.domain.entity.demand.Ptdemand> ptDmdSet) |
BigDecimal |
getTotalALV() |
BigDecimal |
getTotalTax() |
Date |
getTransferDate()
The method returns the date the property was transfered last.
|
String |
getWardName() |
String |
getWardNo() |
String |
getZoneName() |
String |
getZoneNo() |
void |
prepareUnitTaxCalcsOfUnitNo(Map<Integer,List<org.egov.ptis.domain.model.calculator.UnitTaxCalculationInfo>> unitTaxesMap,
List<org.egov.ptis.domain.model.calculator.UnitTaxCalculationInfo> units) |
void |
setIsCentralGovtProp(int isCentralGovtProp) |
public PropertyInfo(org.egov.ptis.domain.entity.property.PropertyImpl property,
String noticeNo)
public PropertyInfo(org.egov.ptis.domain.entity.property.PropertyImpl property,
String noticeNo,
Boolean instwiseNoticeReport)
public PropertyInfo(org.egov.ptis.domain.entity.property.PropertyImpl property)
public Set<PropertyFloorDetailsInfo> getPropertyFloorDetails()
public void prepareUnitTaxCalcsOfUnitNo(Map<Integer,List<org.egov.ptis.domain.model.calculator.UnitTaxCalculationInfo>> unitTaxesMap, List<org.egov.ptis.domain.model.calculator.UnitTaxCalculationInfo> units)
public String getLeastEffectiveDate(org.egov.ptis.domain.model.calculator.UnitTaxCalculationInfo unitTax, org.egov.commons.Installment installment)
public Map<org.egov.commons.Installment,org.egov.ptis.domain.model.calculator.TaxCalculationInfo> getTaxCalInfoMap(Set<org.egov.ptis.domain.entity.demand.Ptdemand> ptDmdSet)
public Date getApprovalDate()
public String getNewOwnerName()
String representing the name of the current ownerpublic int getNoOfTenants()
public Date getTransferDate()
Date instance indicating the date when the
property was transferedpublic BigDecimal getTotalTax()
public BigDecimal getTotalALV()
public String getPropertyNo()
public String getHouseNo()
public String getWardNo()
public String getZoneNo()
public String getWardName()
public String getZoneName()
public String getStreet()
public String getOwnerName()
public String getOwnerAddress()
public String getCompleteAddress()
public String getNoticeNo()
public String getNoticeDate()
public String getPropertyType()
public int getIsCentralGovtProp()
public void setIsCentralGovtProp(int isCentralGovtProp)
public String getAssessmentDate()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.