| | |
| | | private String provName; |
| | | private String parentAreaCode; |
| | | private String parentAreaName; |
| | | |
| | | |
| | | private String tel; |
| | | private String payFeeMonth; |
| | | private String feePrice; |
| | |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | | private String projectAddressProvince; |
| | | |
| | | private String projectAddressCity; |
| | | |
| | | private String projectAddressDistrict; |
| | | |
| | | private String projectAddressTown; |
| | | |
| | | private String projectAddressRoad; |
| | | |
| | | private String houseCompletionDate; |
| | | |
| | | private String projectNature; |
| | | |
| | | private String projectType; |
| | | |
| | | private String projectLandArea; |
| | | |
| | | private String totalConstructionArea; |
| | | |
| | | private String chargeableTotalArea; |
| | | |
| | | private String chargeableAreaMultilayer; |
| | | |
| | | private String chargeableAreaHighRise1; |
| | | |
| | | private String chargeableAreaHighRiseUp; |
| | | |
| | | private String chargeableAreaShop; |
| | | |
| | | private String chargeableAreaVilla; |
| | | |
| | | private String chargeableAreaOffice; |
| | | |
| | | private String chargeableAreaCommercialHouse; |
| | | |
| | | private String greenArea; |
| | | |
| | | private String areaDetails; |
| | | |
| | | private String propertyManagementAddress; |
| | | |
| | | private String propertyManagerName; |
| | | |
| | | private String propertyManagerPhone; |
| | | |
| | | private String dayRepairPhone; |
| | | |
| | | private String nightRepairPhone; |
| | | |
| | | private String projectManager; |
| | | |
| | | private String hasManagerCertificate; |
| | | |
| | | private String certificateName; |
| | | |
| | | private String managerCertificateNo; |
| | | |
| | | private String managerPhone; |
| | | |
| | | private String neighborhoodCommitteeName; |
| | | |
| | | private String neighborhoodCommitteeAddress; |
| | | |
| | | private String neighborhoodSecretary; |
| | | |
| | | private String neighborhoodOfficePhone; |
| | | |
| | | private String secretaryPhone; |
| | | |
| | | private String ownersCommitteeAddress; |
| | | |
| | | private String ownersCommitteeChairman; |
| | | |
| | | private String chairmanPhone; |
| | | |
| | | private String fireHydrantCount; |
| | | |
| | | private String fireChannelCount; |
| | | |
| | | private String waterTankCount; |
| | | |
| | | private String reservoirCount; |
| | | |
| | | private String totalMotorVehicleSpaces; |
| | | |
| | | private String groundMotorVehicleSpaces; |
| | | |
| | | private String undergroundMotorVehicleSpaces; |
| | | |
| | | private String newEnergyChargingPiles; |
| | | |
| | | private String nonMotorVehicleChargingPoints; |
| | | |
| | | private String groundNonMotorVehicleArea; |
| | | |
| | | private String undergroundNonMotorVehicleArea; |
| | | |
| | | private String clubhouseArea; |
| | | |
| | | private String hasDecorationRubbishPoint; |
| | | |
| | | private String securityEntranceCount; |
| | | |
| | | private String elevatorCount; |
| | | |
| | | private String elevatorType; |
| | | |
| | | private String elevatorInstallDate; |
| | | |
| | | private String elevatorServiceLife; |
| | | |
| | | private String elevatorBrand1; |
| | | |
| | | private String elevatorBrand2; |
| | | |
| | | private String monitorCount; |
| | | |
| | | private String monitorMaintenanceCompany; |
| | | |
| | | private String barrierGateCount; |
| | | |
| | | private String barrierGateBrand; |
| | | |
| | | private String barrierSupplierContact; |
| | | |
| | | private String barrierSupplierPhone; |
| | | |
| | | private String waterPumpCount; |
| | | |
| | | private String groundParkingSpaces; |
| | | |
| | | private String undergroundParkingSpaces; |
| | | |
| | | private String groundNonMechanicalFee; |
| | | |
| | | private String garageNonMechanicalFee; |
| | | |
| | | private String temporaryHourlyFee; |
| | | |
| | | private String temporaryDailyFee; |
| | | |
| | | private String temporaryPerTimeFee; |
| | | |
| | | private String totalBuildingCount; |
| | | |
| | | private String buildingUnitCount; |
| | | |
| | | private String highRiseBuildingCount; |
| | | |
| | | private String multilayerVillaBuildingCount; |
| | | |
| | | private String residentialHouseholdCount; |
| | | |
| | | private String shopHouseholdCount; |
| | | |
| | | public String getAddress() { |
| | | return address; |
| | |
| | | public void setCommunityCode(String communityCode) { |
| | | this.communityCode = communityCode; |
| | | } |
| | | |
| | | public String getProjectAddressProvince() { |
| | | return projectAddressProvince; |
| | | } |
| | | |
| | | public void setProjectAddressProvince(String projectAddressProvince) { |
| | | this.projectAddressProvince = projectAddressProvince; |
| | | } |
| | | |
| | | public String getProjectAddressCity() { |
| | | return projectAddressCity; |
| | | } |
| | | |
| | | public void setProjectAddressCity(String projectAddressCity) { |
| | | this.projectAddressCity = projectAddressCity; |
| | | } |
| | | |
| | | public String getProjectAddressDistrict() { |
| | | return projectAddressDistrict; |
| | | } |
| | | |
| | | public void setProjectAddressDistrict(String projectAddressDistrict) { |
| | | this.projectAddressDistrict = projectAddressDistrict; |
| | | } |
| | | |
| | | public String getProjectAddressTown() { |
| | | return projectAddressTown; |
| | | } |
| | | |
| | | public void setProjectAddressTown(String projectAddressTown) { |
| | | this.projectAddressTown = projectAddressTown; |
| | | } |
| | | |
| | | public String getProjectAddressRoad() { |
| | | return projectAddressRoad; |
| | | } |
| | | |
| | | public void setProjectAddressRoad(String projectAddressRoad) { |
| | | this.projectAddressRoad = projectAddressRoad; |
| | | } |
| | | |
| | | public String getHouseCompletionDate() { |
| | | return houseCompletionDate; |
| | | } |
| | | |
| | | public void setHouseCompletionDate(String houseCompletionDate) { |
| | | this.houseCompletionDate = houseCompletionDate; |
| | | } |
| | | |
| | | public String getProjectNature() { |
| | | return projectNature; |
| | | } |
| | | |
| | | public void setProjectNature(String projectNature) { |
| | | this.projectNature = projectNature; |
| | | } |
| | | |
| | | public String getProjectType() { |
| | | return projectType; |
| | | } |
| | | |
| | | public void setProjectType(String projectType) { |
| | | this.projectType = projectType; |
| | | } |
| | | |
| | | public String getProjectLandArea() { |
| | | return projectLandArea; |
| | | } |
| | | |
| | | public void setProjectLandArea(String projectLandArea) { |
| | | this.projectLandArea = projectLandArea; |
| | | } |
| | | |
| | | public String getTotalConstructionArea() { |
| | | return totalConstructionArea; |
| | | } |
| | | |
| | | public void setTotalConstructionArea(String totalConstructionArea) { |
| | | this.totalConstructionArea = totalConstructionArea; |
| | | } |
| | | |
| | | public String getChargeableTotalArea() { |
| | | return chargeableTotalArea; |
| | | } |
| | | |
| | | public void setChargeableTotalArea(String chargeableTotalArea) { |
| | | this.chargeableTotalArea = chargeableTotalArea; |
| | | } |
| | | |
| | | public String getChargeableAreaMultilayer() { |
| | | return chargeableAreaMultilayer; |
| | | } |
| | | |
| | | public void setChargeableAreaMultilayer(String chargeableAreaMultilayer) { |
| | | this.chargeableAreaMultilayer = chargeableAreaMultilayer; |
| | | } |
| | | |
| | | public String getChargeableAreaHighRise1() { |
| | | return chargeableAreaHighRise1; |
| | | } |
| | | |
| | | public void setChargeableAreaHighRise1(String chargeableAreaHighRise1) { |
| | | this.chargeableAreaHighRise1 = chargeableAreaHighRise1; |
| | | } |
| | | |
| | | public String getChargeableAreaHighRiseUp() { |
| | | return chargeableAreaHighRiseUp; |
| | | } |
| | | |
| | | public void setChargeableAreaHighRiseUp(String chargeableAreaHighRiseUp) { |
| | | this.chargeableAreaHighRiseUp = chargeableAreaHighRiseUp; |
| | | } |
| | | |
| | | public String getChargeableAreaShop() { |
| | | return chargeableAreaShop; |
| | | } |
| | | |
| | | public void setChargeableAreaShop(String chargeableAreaShop) { |
| | | this.chargeableAreaShop = chargeableAreaShop; |
| | | } |
| | | |
| | | public String getChargeableAreaVilla() { |
| | | return chargeableAreaVilla; |
| | | } |
| | | |
| | | public void setChargeableAreaVilla(String chargeableAreaVilla) { |
| | | this.chargeableAreaVilla = chargeableAreaVilla; |
| | | } |
| | | |
| | | public String getChargeableAreaOffice() { |
| | | return chargeableAreaOffice; |
| | | } |
| | | |
| | | public void setChargeableAreaOffice(String chargeableAreaOffice) { |
| | | this.chargeableAreaOffice = chargeableAreaOffice; |
| | | } |
| | | |
| | | public String getChargeableAreaCommercialHouse() { |
| | | return chargeableAreaCommercialHouse; |
| | | } |
| | | |
| | | public void setChargeableAreaCommercialHouse(String chargeableAreaCommercialHouse) { |
| | | this.chargeableAreaCommercialHouse = chargeableAreaCommercialHouse; |
| | | } |
| | | |
| | | public String getGreenArea() { |
| | | return greenArea; |
| | | } |
| | | |
| | | public void setGreenArea(String greenArea) { |
| | | this.greenArea = greenArea; |
| | | } |
| | | |
| | | public String getAreaDetails() { |
| | | return areaDetails; |
| | | } |
| | | |
| | | public void setAreaDetails(String areaDetails) { |
| | | this.areaDetails = areaDetails; |
| | | } |
| | | |
| | | public String getPropertyManagementAddress() { |
| | | return propertyManagementAddress; |
| | | } |
| | | |
| | | public void setPropertyManagementAddress(String propertyManagementAddress) { |
| | | this.propertyManagementAddress = propertyManagementAddress; |
| | | } |
| | | |
| | | public String getPropertyManagerName() { |
| | | return propertyManagerName; |
| | | } |
| | | |
| | | public void setPropertyManagerName(String propertyManagerName) { |
| | | this.propertyManagerName = propertyManagerName; |
| | | } |
| | | |
| | | public String getPropertyManagerPhone() { |
| | | return propertyManagerPhone; |
| | | } |
| | | |
| | | public void setPropertyManagerPhone(String propertyManagerPhone) { |
| | | this.propertyManagerPhone = propertyManagerPhone; |
| | | } |
| | | |
| | | public String getDayRepairPhone() { |
| | | return dayRepairPhone; |
| | | } |
| | | |
| | | public void setDayRepairPhone(String dayRepairPhone) { |
| | | this.dayRepairPhone = dayRepairPhone; |
| | | } |
| | | |
| | | public String getNightRepairPhone() { |
| | | return nightRepairPhone; |
| | | } |
| | | |
| | | public void setNightRepairPhone(String nightRepairPhone) { |
| | | this.nightRepairPhone = nightRepairPhone; |
| | | } |
| | | |
| | | public String getProjectManager() { |
| | | return projectManager; |
| | | } |
| | | |
| | | public void setProjectManager(String projectManager) { |
| | | this.projectManager = projectManager; |
| | | } |
| | | |
| | | public String getHasManagerCertificate() { |
| | | return hasManagerCertificate; |
| | | } |
| | | |
| | | public void setHasManagerCertificate(String hasManagerCertificate) { |
| | | this.hasManagerCertificate = hasManagerCertificate; |
| | | } |
| | | |
| | | public String getCertificateName() { |
| | | return certificateName; |
| | | } |
| | | |
| | | public void setCertificateName(String certificateName) { |
| | | this.certificateName = certificateName; |
| | | } |
| | | |
| | | public String getManagerCertificateNo() { |
| | | return managerCertificateNo; |
| | | } |
| | | |
| | | public void setManagerCertificateNo(String managerCertificateNo) { |
| | | this.managerCertificateNo = managerCertificateNo; |
| | | } |
| | | |
| | | public String getManagerPhone() { |
| | | return managerPhone; |
| | | } |
| | | |
| | | public void setManagerPhone(String managerPhone) { |
| | | this.managerPhone = managerPhone; |
| | | } |
| | | |
| | | public String getNeighborhoodCommitteeName() { |
| | | return neighborhoodCommitteeName; |
| | | } |
| | | |
| | | public void setNeighborhoodCommitteeName(String neighborhoodCommitteeName) { |
| | | this.neighborhoodCommitteeName = neighborhoodCommitteeName; |
| | | } |
| | | |
| | | public String getNeighborhoodCommitteeAddress() { |
| | | return neighborhoodCommitteeAddress; |
| | | } |
| | | |
| | | public void setNeighborhoodCommitteeAddress(String neighborhoodCommitteeAddress) { |
| | | this.neighborhoodCommitteeAddress = neighborhoodCommitteeAddress; |
| | | } |
| | | |
| | | public String getNeighborhoodSecretary() { |
| | | return neighborhoodSecretary; |
| | | } |
| | | |
| | | public void setNeighborhoodSecretary(String neighborhoodSecretary) { |
| | | this.neighborhoodSecretary = neighborhoodSecretary; |
| | | } |
| | | |
| | | public String getNeighborhoodOfficePhone() { |
| | | return neighborhoodOfficePhone; |
| | | } |
| | | |
| | | public void setNeighborhoodOfficePhone(String neighborhoodOfficePhone) { |
| | | this.neighborhoodOfficePhone = neighborhoodOfficePhone; |
| | | } |
| | | |
| | | public String getSecretaryPhone() { |
| | | return secretaryPhone; |
| | | } |
| | | |
| | | public void setSecretaryPhone(String secretaryPhone) { |
| | | this.secretaryPhone = secretaryPhone; |
| | | } |
| | | |
| | | public String getOwnersCommitteeAddress() { |
| | | return ownersCommitteeAddress; |
| | | } |
| | | |
| | | public void setOwnersCommitteeAddress(String ownersCommitteeAddress) { |
| | | this.ownersCommitteeAddress = ownersCommitteeAddress; |
| | | } |
| | | |
| | | public String getOwnersCommitteeChairman() { |
| | | return ownersCommitteeChairman; |
| | | } |
| | | |
| | | public void setOwnersCommitteeChairman(String ownersCommitteeChairman) { |
| | | this.ownersCommitteeChairman = ownersCommitteeChairman; |
| | | } |
| | | |
| | | public String getChairmanPhone() { |
| | | return chairmanPhone; |
| | | } |
| | | |
| | | public void setChairmanPhone(String chairmanPhone) { |
| | | this.chairmanPhone = chairmanPhone; |
| | | } |
| | | |
| | | public String getFireHydrantCount() { |
| | | return fireHydrantCount; |
| | | } |
| | | |
| | | public void setFireHydrantCount(String fireHydrantCount) { |
| | | this.fireHydrantCount = fireHydrantCount; |
| | | } |
| | | |
| | | public String getFireChannelCount() { |
| | | return fireChannelCount; |
| | | } |
| | | |
| | | public void setFireChannelCount(String fireChannelCount) { |
| | | this.fireChannelCount = fireChannelCount; |
| | | } |
| | | |
| | | public String getWaterTankCount() { |
| | | return waterTankCount; |
| | | } |
| | | |
| | | public void setWaterTankCount(String waterTankCount) { |
| | | this.waterTankCount = waterTankCount; |
| | | } |
| | | |
| | | public String getReservoirCount() { |
| | | return reservoirCount; |
| | | } |
| | | |
| | | public void setReservoirCount(String reservoirCount) { |
| | | this.reservoirCount = reservoirCount; |
| | | } |
| | | |
| | | public String getTotalMotorVehicleSpaces() { |
| | | return totalMotorVehicleSpaces; |
| | | } |
| | | |
| | | public void setTotalMotorVehicleSpaces(String totalMotorVehicleSpaces) { |
| | | this.totalMotorVehicleSpaces = totalMotorVehicleSpaces; |
| | | } |
| | | |
| | | public String getGroundMotorVehicleSpaces() { |
| | | return groundMotorVehicleSpaces; |
| | | } |
| | | |
| | | public void setGroundMotorVehicleSpaces(String groundMotorVehicleSpaces) { |
| | | this.groundMotorVehicleSpaces = groundMotorVehicleSpaces; |
| | | } |
| | | |
| | | public String getUndergroundMotorVehicleSpaces() { |
| | | return undergroundMotorVehicleSpaces; |
| | | } |
| | | |
| | | public void setUndergroundMotorVehicleSpaces(String undergroundMotorVehicleSpaces) { |
| | | this.undergroundMotorVehicleSpaces = undergroundMotorVehicleSpaces; |
| | | } |
| | | |
| | | public String getNewEnergyChargingPiles() { |
| | | return newEnergyChargingPiles; |
| | | } |
| | | |
| | | public void setNewEnergyChargingPiles(String newEnergyChargingPiles) { |
| | | this.newEnergyChargingPiles = newEnergyChargingPiles; |
| | | } |
| | | |
| | | public String getNonMotorVehicleChargingPoints() { |
| | | return nonMotorVehicleChargingPoints; |
| | | } |
| | | |
| | | public void setNonMotorVehicleChargingPoints(String nonMotorVehicleChargingPoints) { |
| | | this.nonMotorVehicleChargingPoints = nonMotorVehicleChargingPoints; |
| | | } |
| | | |
| | | public String getGroundNonMotorVehicleArea() { |
| | | return groundNonMotorVehicleArea; |
| | | } |
| | | |
| | | public void setGroundNonMotorVehicleArea(String groundNonMotorVehicleArea) { |
| | | this.groundNonMotorVehicleArea = groundNonMotorVehicleArea; |
| | | } |
| | | |
| | | public String getUndergroundNonMotorVehicleArea() { |
| | | return undergroundNonMotorVehicleArea; |
| | | } |
| | | |
| | | public void setUndergroundNonMotorVehicleArea(String undergroundNonMotorVehicleArea) { |
| | | this.undergroundNonMotorVehicleArea = undergroundNonMotorVehicleArea; |
| | | } |
| | | |
| | | public String getClubhouseArea() { |
| | | return clubhouseArea; |
| | | } |
| | | |
| | | public void setClubhouseArea(String clubhouseArea) { |
| | | this.clubhouseArea = clubhouseArea; |
| | | } |
| | | |
| | | public String getHasDecorationRubbishPoint() { |
| | | return hasDecorationRubbishPoint; |
| | | } |
| | | |
| | | public void setHasDecorationRubbishPoint(String hasDecorationRubbishPoint) { |
| | | this.hasDecorationRubbishPoint = hasDecorationRubbishPoint; |
| | | } |
| | | |
| | | public String getSecurityEntranceCount() { |
| | | return securityEntranceCount; |
| | | } |
| | | |
| | | public void setSecurityEntranceCount(String securityEntranceCount) { |
| | | this.securityEntranceCount = securityEntranceCount; |
| | | } |
| | | |
| | | public String getElevatorCount() { |
| | | return elevatorCount; |
| | | } |
| | | |
| | | public void setElevatorCount(String elevatorCount) { |
| | | this.elevatorCount = elevatorCount; |
| | | } |
| | | |
| | | public String getElevatorType() { |
| | | return elevatorType; |
| | | } |
| | | |
| | | public void setElevatorType(String elevatorType) { |
| | | this.elevatorType = elevatorType; |
| | | } |
| | | |
| | | public String getElevatorInstallDate() { |
| | | return elevatorInstallDate; |
| | | } |
| | | |
| | | public void setElevatorInstallDate(String elevatorInstallDate) { |
| | | this.elevatorInstallDate = elevatorInstallDate; |
| | | } |
| | | |
| | | public String getElevatorServiceLife() { |
| | | return elevatorServiceLife; |
| | | } |
| | | |
| | | public void setElevatorServiceLife(String elevatorServiceLife) { |
| | | this.elevatorServiceLife = elevatorServiceLife; |
| | | } |
| | | |
| | | public String getElevatorBrand1() { |
| | | return elevatorBrand1; |
| | | } |
| | | |
| | | public void setElevatorBrand1(String elevatorBrand1) { |
| | | this.elevatorBrand1 = elevatorBrand1; |
| | | } |
| | | |
| | | public String getElevatorBrand2() { |
| | | return elevatorBrand2; |
| | | } |
| | | |
| | | public void setElevatorBrand2(String elevatorBrand2) { |
| | | this.elevatorBrand2 = elevatorBrand2; |
| | | } |
| | | |
| | | public String getMonitorCount() { |
| | | return monitorCount; |
| | | } |
| | | |
| | | public void setMonitorCount(String monitorCount) { |
| | | this.monitorCount = monitorCount; |
| | | } |
| | | |
| | | public String getMonitorMaintenanceCompany() { |
| | | return monitorMaintenanceCompany; |
| | | } |
| | | |
| | | public void setMonitorMaintenanceCompany(String monitorMaintenanceCompany) { |
| | | this.monitorMaintenanceCompany = monitorMaintenanceCompany; |
| | | } |
| | | |
| | | public String getBarrierGateCount() { |
| | | return barrierGateCount; |
| | | } |
| | | |
| | | public void setBarrierGateCount(String barrierGateCount) { |
| | | this.barrierGateCount = barrierGateCount; |
| | | } |
| | | |
| | | public String getBarrierGateBrand() { |
| | | return barrierGateBrand; |
| | | } |
| | | |
| | | public void setBarrierGateBrand(String barrierGateBrand) { |
| | | this.barrierGateBrand = barrierGateBrand; |
| | | } |
| | | |
| | | public String getBarrierSupplierContact() { |
| | | return barrierSupplierContact; |
| | | } |
| | | |
| | | public void setBarrierSupplierContact(String barrierSupplierContact) { |
| | | this.barrierSupplierContact = barrierSupplierContact; |
| | | } |
| | | |
| | | public String getBarrierSupplierPhone() { |
| | | return barrierSupplierPhone; |
| | | } |
| | | |
| | | public void setBarrierSupplierPhone(String barrierSupplierPhone) { |
| | | this.barrierSupplierPhone = barrierSupplierPhone; |
| | | } |
| | | |
| | | public String getWaterPumpCount() { |
| | | return waterPumpCount; |
| | | } |
| | | |
| | | public void setWaterPumpCount(String waterPumpCount) { |
| | | this.waterPumpCount = waterPumpCount; |
| | | } |
| | | |
| | | public String getGroundParkingSpaces() { |
| | | return groundParkingSpaces; |
| | | } |
| | | |
| | | public void setGroundParkingSpaces(String groundParkingSpaces) { |
| | | this.groundParkingSpaces = groundParkingSpaces; |
| | | } |
| | | |
| | | public String getUndergroundParkingSpaces() { |
| | | return undergroundParkingSpaces; |
| | | } |
| | | |
| | | public void setUndergroundParkingSpaces(String undergroundParkingSpaces) { |
| | | this.undergroundParkingSpaces = undergroundParkingSpaces; |
| | | } |
| | | |
| | | public String getGroundNonMechanicalFee() { |
| | | return groundNonMechanicalFee; |
| | | } |
| | | |
| | | public void setGroundNonMechanicalFee(String groundNonMechanicalFee) { |
| | | this.groundNonMechanicalFee = groundNonMechanicalFee; |
| | | } |
| | | |
| | | public String getGarageNonMechanicalFee() { |
| | | return garageNonMechanicalFee; |
| | | } |
| | | |
| | | public void setGarageNonMechanicalFee(String garageNonMechanicalFee) { |
| | | this.garageNonMechanicalFee = garageNonMechanicalFee; |
| | | } |
| | | |
| | | public String getTemporaryHourlyFee() { |
| | | return temporaryHourlyFee; |
| | | } |
| | | |
| | | public void setTemporaryHourlyFee(String temporaryHourlyFee) { |
| | | this.temporaryHourlyFee = temporaryHourlyFee; |
| | | } |
| | | |
| | | public String getTemporaryDailyFee() { |
| | | return temporaryDailyFee; |
| | | } |
| | | |
| | | public void setTemporaryDailyFee(String temporaryDailyFee) { |
| | | this.temporaryDailyFee = temporaryDailyFee; |
| | | } |
| | | |
| | | public String getTemporaryPerTimeFee() { |
| | | return temporaryPerTimeFee; |
| | | } |
| | | |
| | | public void setTemporaryPerTimeFee(String temporaryPerTimeFee) { |
| | | this.temporaryPerTimeFee = temporaryPerTimeFee; |
| | | } |
| | | |
| | | public String getTotalBuildingCount() { |
| | | return totalBuildingCount; |
| | | } |
| | | |
| | | public void setTotalBuildingCount(String totalBuildingCount) { |
| | | this.totalBuildingCount = totalBuildingCount; |
| | | } |
| | | |
| | | public String getBuildingUnitCount() { |
| | | return buildingUnitCount; |
| | | } |
| | | |
| | | public void setBuildingUnitCount(String buildingUnitCount) { |
| | | this.buildingUnitCount = buildingUnitCount; |
| | | } |
| | | |
| | | public String getHighRiseBuildingCount() { |
| | | return highRiseBuildingCount; |
| | | } |
| | | |
| | | public void setHighRiseBuildingCount(String highRiseBuildingCount) { |
| | | this.highRiseBuildingCount = highRiseBuildingCount; |
| | | } |
| | | |
| | | public String getMultilayerVillaBuildingCount() { |
| | | return multilayerVillaBuildingCount; |
| | | } |
| | | |
| | | public void setMultilayerVillaBuildingCount(String multilayerVillaBuildingCount) { |
| | | this.multilayerVillaBuildingCount = multilayerVillaBuildingCount; |
| | | } |
| | | |
| | | public String getResidentialHouseholdCount() { |
| | | return residentialHouseholdCount; |
| | | } |
| | | |
| | | public void setResidentialHouseholdCount(String residentialHouseholdCount) { |
| | | this.residentialHouseholdCount = residentialHouseholdCount; |
| | | } |
| | | |
| | | public String getShopHouseholdCount() { |
| | | return shopHouseholdCount; |
| | | } |
| | | |
| | | public void setShopHouseholdCount(String shopHouseholdCount) { |
| | | this.shopHouseholdCount = shopHouseholdCount; |
| | | } |
| | | } |