@Entity public class SewerageDemandGenerationLogDetail extends org.egov.infra.persistence.entity.AbstractPersistable<Long>
| Constructor and Description |
|---|
SewerageDemandGenerationLogDetail() |
| Modifier and Type | Method and Description |
|---|---|
SewerageDemandGenerationLog |
getDemandGenerationLog() |
String |
getDetail() |
Long |
getId() |
SewerageApplicationDetails |
getSewerageApplicationDetails() |
SewerageProcessStatus |
getStatus() |
void |
setDemandGenerationLog(SewerageDemandGenerationLog demandGenerationLog) |
void |
setDetail(String detail) |
void |
setId(Long id) |
void |
setSewerageApplicationDetails(SewerageApplicationDetails sewerageApplicationDetails) |
void |
setStatus(SewerageProcessStatus status) |
public static final String SEQ
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 SewerageApplicationDetails getSewerageApplicationDetails()
public void setSewerageApplicationDetails(SewerageApplicationDetails sewerageApplicationDetails)
public SewerageProcessStatus getStatus()
public void setStatus(SewerageProcessStatus status)
public String getDetail()
public void setDetail(String detail)
public SewerageDemandGenerationLog getDemandGenerationLog()
public void setDemandGenerationLog(SewerageDemandGenerationLog demandGenerationLog)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.