@Entity
public class SewerageFieldInspection
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_FIELDINSPECTION |
| Constructor and Description |
|---|
SewerageFieldInspection() |
| Modifier and Type | Method and Description |
|---|---|
SewerageApplicationDetails |
getApplicationDetails() |
List<SewerageFieldInspectionDetails> |
getFieldInspectionDetails() |
List<SewerageFieldInspectionDetails> |
getFieldInspectionDetailsForUpdate() |
org.egov.infra.filestore.entity.FileStoreMapper |
getFileStore() |
Long |
getId() |
Date |
getInspectionDate() |
boolean |
isActive() |
void |
setActive(boolean isActive) |
void |
setApplicationDetails(SewerageApplicationDetails applicationDetails) |
void |
setFieldInspectionDetails(List<SewerageFieldInspectionDetails> fieldInspectionDetails) |
void |
setFieldInspectionDetailsForUpdate(List<SewerageFieldInspectionDetails> fieldInspectionDetailsForUpdate) |
void |
setFileStore(org.egov.infra.filestore.entity.FileStoreMapper fileStore) |
void |
setId(Long id) |
void |
setInspectionDate(Date inspectionDate) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_FIELDINSPECTION
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 boolean isActive()
public void setActive(boolean isActive)
public Date getInspectionDate()
public void setInspectionDate(Date inspectionDate)
public List<SewerageFieldInspectionDetails> getFieldInspectionDetails()
public void setFieldInspectionDetails(List<SewerageFieldInspectionDetails> fieldInspectionDetails)
public SewerageApplicationDetails getApplicationDetails()
public void setApplicationDetails(SewerageApplicationDetails applicationDetails)
public org.egov.infra.filestore.entity.FileStoreMapper getFileStore()
public void setFileStore(org.egov.infra.filestore.entity.FileStoreMapper fileStore)
public List<SewerageFieldInspectionDetails> getFieldInspectionDetailsForUpdate()
public void setFieldInspectionDetailsForUpdate(List<SewerageFieldInspectionDetails> fieldInspectionDetailsForUpdate)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.