public interface Property
extends org.egov.infra.persistence.entity.Auditable
| Type | Property and Description |
|---|---|
boolean |
validate |
boolean validateProperty
org.egov.exceptions.InvalidPropertyExceptionorg.egov.infra.admin.master.entity.User getCreatedBy()
void setCreatedBy(org.egov.infra.admin.master.entity.User createdBy)
Date getCreatedDate()
void setCreatedDate(Date createdDate)
BasicProperty getBasicProperty()
void setBasicProperty(BasicProperty basicProperty)
Boolean isVacant()
void setVacant(Boolean vacant)
org.egov.infra.persistence.entity.Address getPropertyAddress()
void setPropertyAddress(org.egov.infra.persistence.entity.Address address)
PropertySource getPropertySource()
void setPropertySource(PropertySource propertySource)
boolean validateProperty()
throws org.egov.exceptions.InvalidPropertyException
org.egov.exceptions.InvalidPropertyExceptionCharacter getIsDefaultProperty()
void setIsDefaultProperty(Character isDefaultProperty)
isDefaultProperty - The isDefaultProperty to set. If a property is set to default, this application will consider this
property's details for all the demand calculation etc.Character getStatus()
void setStatus(Character status)
void setEffectiveDate(Date date)
Date getEffectiveDate()
void addPtDemand(Ptdemand ptDmd)
void removePtDemand(Ptdemand ptDmd)
PropertyDetail getPropertyDetail()
void setPropertyDetail(PropertyDetail propertyDetail)
void setIsChecked(Character isChecked)
Character getIsChecked()
String getRemarks()
void setRemarks(String remarks)
String getPropertyModifyReason()
void setPropertyModifyReason(String propertyModifyReason)
void setInstallment(org.egov.commons.Installment installment)
org.egov.commons.Installment getInstallment()
Property createPropertyclone()
Boolean getIsExemptedFromTax()
void setIsExemptedFromTax(Boolean isExemptedFromTax)
TaxExemptionReason getTaxExemptedReason()
void setTaxExemptedReason(TaxExemptionReason taxExemptedReason)
String getDocNumber()
void setDocNumber(String docNumber)
BigDecimal getManualAlv()
void setManualAlv(BigDecimal manualAlv)
String getOccupierName()
void setOccupierName(String occupierName)
org.egov.infra.admin.master.entity.Boundary getAreaBndry()
void setAreaBndry(org.egov.infra.admin.master.entity.Boundary areaBndry)
BigDecimal getAlv()
void setAlv(BigDecimal Alv)
Set<UnitCalculationDetail> getUnitCalculationDetails()
void setUnitCalculationDetails(Set<UnitCalculationDetail> unitCalculationDetails)
void addUnitCalculationDetails(UnitCalculationDetail unitCalculationDetail)
void addAllUnitCalculationDetails(Set<UnitCalculationDetail> unitCalculationDetails)
String getApplicationNo()
void setApplicationNo(String applicationNo)
String getDemolitionReason()
void setDemolitionReason(String demolitionReason)
Character getSource()
void setSource(Character source)
List<AmalgamationOwner> getAmalgamationOwners()
void setAmalgamationOwners(List<AmalgamationOwner> amalgamationOwners)
List<AmalgamationOwner> getAmalgamationOwnersProxy()
void setAmalgamationOwnersProxy(List<AmalgamationOwner> amalgamationOwnersProxy)
void addAmalgamationOwners(AmalgamationOwner ownerInfo)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.