@Entity public class SewerageNotice extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_SEWERAGENOTICE |
| Constructor and Description |
|---|
SewerageNotice() |
| Modifier and Type | Method and Description |
|---|---|
SewerageApplicationDetails |
getApplicationDetails() |
String |
getApplicationNumber() |
org.egov.infra.filestore.entity.FileStoreMapper |
getFileStore() |
Long |
getId() |
org.egov.infra.admin.master.entity.Module |
getModule() |
Date |
getNoticeDate() |
String |
getNoticeNo() |
String |
getNoticeType() |
void |
setApplicationDetails(SewerageApplicationDetails applicationDetails) |
void |
setApplicationNumber(String applicationNumber) |
void |
setFileStore(org.egov.infra.filestore.entity.FileStoreMapper fileStore) |
void |
setId(Long id) |
void |
setModule(org.egov.infra.admin.master.entity.Module module) |
void |
setNoticeDate(Date noticeDate) |
void |
setNoticeNo(String noticeNo) |
void |
setNoticeType(String noticeType) |
public static final String SEQ_SEWERAGENOTICE
public String getNoticeNo()
public void setNoticeNo(String noticeNo)
public Date getNoticeDate()
public void setNoticeDate(Date noticeDate)
public String getNoticeType()
public void setNoticeType(String noticeType)
public Long getId()
public void setId(Long id)
public org.egov.infra.admin.master.entity.Module getModule()
public void setModule(org.egov.infra.admin.master.entity.Module module)
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 void setApplicationNumber(String applicationNumber)
public String getApplicationNumber()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.