| Package | Description |
|---|---|
| org.egov.ptis.domain.entity.property | |
| org.egov.ptis.domain.repository.master.apartment | |
| org.egov.ptis.master.service |
| Modifier and Type | Method and Description |
|---|---|
Apartment |
ApartmentHouse.getApartment() |
Apartment |
VacantProperty.getApartment() |
Apartment |
BuiltUpProperty.getApartment() |
Apartment |
PropertyDetail.getApartment() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApartmentHouse.setApartment(Apartment apartment) |
void |
VacantProperty.setApartment(Apartment apartment) |
void |
BuiltUpProperty.setApartment(Apartment apartment) |
void |
PropertyDetail.setApartment(Apartment apartment) |
| Constructor and Description |
|---|
BuiltUpProperty(org.egov.commons.Area sitalArea,
org.egov.commons.Area totalBuiltupArea,
org.egov.commons.Area commBuiltUpArea,
org.egov.commons.Area plinthArea,
org.egov.commons.Area commVacantLand,
org.egov.commons.Area nonResPlotArea,
Boolean irregular,
String surveyNumber,
Character fieldVerified,
Date fieldVerificationDate,
List<Floor> floorDetails,
Integer propertyDetailsID,
String water_Meter_Num,
String elec_Meter_Num,
Integer noOFfloors,
char fieldIrregular,
Property property,
Date updatedTime,
PropertyUsage propertyUsage,
Date dateOfCompletion,
PropertyCreationReason creationReason,
PropertyTypeMaster propertyTypeMaster,
String propertyType,
PropertyMutationMaster propertyMutationMaster,
Character comZone,
Character cornerPlot,
PropertyOccupation propertyOccupation,
Double extentSite,
Double extentAppartenauntLand,
FloorType floorType,
RoofType roofType,
WallType wallType,
WoodType woodType,
boolean lift,
boolean toilets,
boolean waterTap,
boolean structure,
boolean electricity,
boolean attachedBathRoom,
boolean waterHarvesting,
boolean cable,
String siteOwner,
Apartment apartment,
String pattaNumber,
Double currentCapitalValue,
Double marketValue,
String categoryType,
String occupancyCertificationNo,
Boolean appurtenantLandChecked,
Boolean corrAddressDiff,
PropertyDepartment propertyDepartment,
VacantLandPlotArea vacantLandPlotArea,
LayoutApprovalAuthority layoutApprovalAuthority,
String layoutPermitNo,
Date layoutPermitDate) |
| Modifier and Type | Method and Description |
|---|---|
Apartment |
ApartmentRepository.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Apartment> |
ApartmentRepository.findAll() |
List<Apartment> |
ApartmentRepository.findByCodeLike(String apartmentCode) |
List<Apartment> |
ApartmentRepository.findByNameContainingIgnoreCase(String name) |
| Modifier and Type | Method and Description |
|---|---|
Apartment |
ApartmentService.create(Apartment apartment) |
Apartment |
ApartmentService.getApartmentById(Long id) |
Apartment |
ApartmentService.getApartmentByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Apartment> |
ApartmentService.getAllApartments() |
| Modifier and Type | Method and Description |
|---|---|
Apartment |
ApartmentService.create(Apartment apartment) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.