@Entity
@Unique(columnName="code",
fields="code",
enableDfltMsg=true)
public class Apartment
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_APARTMENT |
| Constructor and Description |
|---|
Apartment() |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_APARTMENT
public String getName()
public void setName(String name)
public Double getBuiltUpArea()
public String getCode()
public void setCode(String code)
public void setBuiltUpArea(Double builtUpArea)
public Integer getTotalProperties()
public void setTotalProperties(Integer totalProperties)
public Integer getTotalFloors()
public void setTotalFloors(Integer totalFloors)
public Double getOpenSpaceArea()
public void setOpenSpaceArea(Double openSpaceArea)
public Boolean getLiftFacility()
public void setLiftFacility(Boolean liftFacility)
public Boolean getPowerBackup()
public void setPowerBackup(Boolean powerBackup)
public Boolean getParkingFacility()
public void setParkingFacility(Boolean parkingFacility)
public Boolean getFireFightingFacility()
public void setFireFightingFacility(Boolean fireFightingFacility)
public Integer getTotalResidentialProperties()
public void setTotalResidentialProperties(Integer totalResidentialProperties)
public Integer getTotalNonResidentialProperties()
public void setTotalNonResidentialProperties(Integer totalNonResidentialProperties)
public String getSourceOfWater()
public void setSourceOfWater(String sourceOfWater)
public Boolean getIsResidential()
public void setIsResidential(Boolean isResidential)
public Long getId()
getId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public void setId(Long id)
setId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public List<ApartmentHouse> getApartmentHouse()
public void setApartmentHouse(List<ApartmentHouse> apartmentHouse)
public List<ApartmentHouse> getApartmentHouseProxy()
public void setApartmentHouseProxy(List<ApartmentHouse> apartmentHouseProxy)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.