| Package | Description |
|---|---|
| org.egov.ptis.domain.dao.property | |
| org.egov.ptis.domain.entity.property |
| Modifier and Type | Method and Description |
|---|---|
ConstructionTypeSet |
ConstructionTypeSetDAO.create(ConstructionTypeSet constructionTypeSet) |
ConstructionTypeSet |
ConstructionTypeSetHibernateDAO.create(ConstructionTypeSet constructionTypeSet) |
ConstructionTypeSet |
ConstructionTypeSetDAO.findById(Integer id,
boolean lock) |
ConstructionTypeSet |
ConstructionTypeSetHibernateDAO.findById(Integer id,
boolean lock) |
ConstructionTypeSet |
ConstructionTypeSetDAO.update(ConstructionTypeSet constructionTypeSet) |
ConstructionTypeSet |
ConstructionTypeSetHibernateDAO.update(ConstructionTypeSet constructionTypeSet) |
| Modifier and Type | Method and Description |
|---|---|
List<ConstructionTypeSet> |
ConstructionTypeSetDAO.findAll() |
List<ConstructionTypeSet> |
ConstructionTypeSetHibernateDAO.findAll() |
| Modifier and Type | Method and Description |
|---|---|
ConstructionTypeSet |
ConstructionTypeSetDAO.create(ConstructionTypeSet constructionTypeSet) |
ConstructionTypeSet |
ConstructionTypeSetHibernateDAO.create(ConstructionTypeSet constructionTypeSet) |
void |
ConstructionTypeSetDAO.delete(ConstructionTypeSet constructionTypeSet) |
void |
ConstructionTypeSetHibernateDAO.delete(ConstructionTypeSet constructionTypeSet) |
ConstructionTypeSet |
ConstructionTypeSetDAO.update(ConstructionTypeSet constructionTypeSet) |
ConstructionTypeSet |
ConstructionTypeSetHibernateDAO.update(ConstructionTypeSet constructionTypeSet) |
| Modifier and Type | Method and Description |
|---|---|
ConstructionTypeSet |
Floor.getConstructionTypeSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
Floor.setConstructionTypeSet(ConstructionTypeSet constructionTypeSet) |
| Constructor and Description |
|---|
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) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.