public class Floor
extends org.egov.infstr.models.BaseModel
implements org.egov.infra.persistence.entity.Auditable
This is a class which describes the Floor Details of a Property. A Property might have one or more floors. The data for property tax might be given for individual floors or at aggregate level.
| Constructor and Description |
|---|
Floor() |
Floor(ConstructionTypeSet constructionTypeSet,
StructureClassification structureClassification,
PropertyUsage propertyUsage,
PropertyOccupation propertyOccupation,
Integer floorNo,
org.egov.demand.model.DepreciationMaster depreciationMaster,
org.egov.commons.Area builtUpArea,
org.egov.commons.Area floorArea,
String waterMeter,
String electricMeter) |
Floor(ConstructionTypeSet constructionTypeSet,
StructureClassification structureClassification,
PropertyUsage propertyUsage,
PropertyOccupation propertyOccupation,
Integer floorNo,
org.egov.demand.model.DepreciationMaster depreciationMaster,
org.egov.commons.Area builtUpArea,
org.egov.commons.Area floorArea,
String waterMeter,
String electricMeter,
Date lastUpdatedTimeStamp,
Date createdTimeStamp,
BigDecimal rentPerMonth,
BigDecimal manualAlv,
PropertyTypeMaster unitType,
String unitTypeCategory,
String waterRate,
BigDecimal alv,
Date occupancyDate,
String occupierName,
Boolean unstructuredLand,
FloorwiseDemandCalculations floorDmdCalc,
String firmName,
String buildingPermissionNo,
Date buildingPermissionDate,
org.egov.commons.Area buildingPlanPlinthArea,
Integer floorUid,
Date constructionDate) |
public Floor(ConstructionTypeSet constructionTypeSet, StructureClassification structureClassification, PropertyUsage propertyUsage, PropertyOccupation propertyOccupation, Integer floorNo, org.egov.demand.model.DepreciationMaster depreciationMaster, org.egov.commons.Area builtUpArea, org.egov.commons.Area floorArea, String waterMeter, String electricMeter, Date lastUpdatedTimeStamp, Date createdTimeStamp, BigDecimal rentPerMonth, BigDecimal manualAlv, PropertyTypeMaster unitType, String unitTypeCategory, String waterRate, BigDecimal alv, Date occupancyDate, String occupierName, Boolean unstructuredLand, FloorwiseDemandCalculations floorDmdCalc, String firmName, String buildingPermissionNo, Date buildingPermissionDate, org.egov.commons.Area buildingPlanPlinthArea, Integer floorUid, Date constructionDate)
public Floor()
public Floor(ConstructionTypeSet constructionTypeSet, StructureClassification structureClassification, PropertyUsage propertyUsage, PropertyOccupation propertyOccupation, Integer floorNo, org.egov.demand.model.DepreciationMaster depreciationMaster, org.egov.commons.Area builtUpArea, org.egov.commons.Area floorArea, String waterMeter, String electricMeter)
public org.egov.commons.Area getBuiltUpArea()
public void setBuiltUpArea(org.egov.commons.Area builtUpArea)
builtUpArea - The builtUpArea to set.public ConstructionTypeSet getConstructionTypeSet()
public void setConstructionTypeSet(ConstructionTypeSet constructionTypeSet)
constructionTypeSet - The constructionTypeSet to set.public String getElectricMeter()
public void setElectricMeter(String electricMeter)
electricMeter - The electricMeter to set.public PropertyTypeMaster getUnitType()
public void setUnitType(PropertyTypeMaster unitType)
public String getUnitTypeCategory()
public void setUnitTypeCategory(String unitTypeCategory)
public org.egov.commons.Area getFloorArea()
public void setFloorArea(org.egov.commons.Area floorArea)
floorArea - The floorArea to set.public Integer getFloorNo()
public void setFloorNo(Integer floorNo)
floorNo - The floorNo to set.public PropertyOccupation getPropertyOccupation()
public void setPropertyOccupation(PropertyOccupation propertyOccupation)
propertyOccupation - The propertyOccupation to set.public PropertyUsage getPropertyUsage()
public void setPropertyUsage(PropertyUsage propertyUsage)
propertyUsage - The propertyUsage to set.public StructureClassification getStructureClassification()
public void setStructureClassification(StructureClassification structureClassification)
structureClassification - The structureClassification to set.public String getWaterMeter()
public void setWaterMeter(String waterMeter)
waterMeter - The waterMeter to set.public boolean equals(Object that)
equals in class org.egov.infstr.models.BaseModelpublic int hashCode()
hashCode in class org.egov.infstr.models.BaseModelpublic boolean validateFloor()
public BigDecimal getRentPerMonth()
public void setRentPerMonth(BigDecimal rentPerMonth)
public org.egov.demand.model.DepreciationMaster getDepreciationMaster()
public void setDepreciationMaster(org.egov.demand.model.DepreciationMaster depreciationMaster)
public BigDecimal getManualAlv()
public void setManualAlv(BigDecimal manualAlv)
public String getWaterRate()
public void setWaterRate(String waterRate)
public BigDecimal getAlv()
public void setAlv(BigDecimal alv)
public Date getOccupancyDate()
public void setOccupancyDate(Date occupancyDate)
public String getOccupantName()
public void setOccupantName(String occupantName)
public PropertyDetail getPropertyDetail()
public void setPropertyDetail(PropertyDetail propertyDetail)
public FloorwiseDemandCalculations getFloorDmdCalc()
public void setFloorDmdCalc(FloorwiseDemandCalculations floorDmdCalc)
public String getFirmName()
public void setFirmName(String firmName)
public Boolean getUnstructuredLand()
public void setUnstructuredLand(Boolean unstructuredLand)
public String getBuildingPermissionNo()
public void setBuildingPermissionNo(String buildingPermissionNo)
public Date getBuildingPermissionDate()
public void setBuildingPermissionDate(Date buildingPermissionDate)
public org.egov.commons.Area getBuildingPlanPlinthArea()
public void setBuildingPlanPlinthArea(org.egov.commons.Area buildingPlanPlinthArea)
public Integer getFloorUid()
public void setFloorUid(Integer floorUid)
public Date getConstructionDate()
public void setConstructionDate(Date constructionDate)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.