public class PtNotice extends Object implements Serializable
| Constructor and Description |
|---|
PtNotice() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationNumber() |
BasicProperty |
getBasicProperty() |
org.egov.infra.filestore.entity.FileStoreMapper |
getFileStore() |
Long |
getId() |
Long |
getModuleId() |
Date |
getNoticeDate() |
String |
getNoticeNo() |
String |
getNoticeType() |
Long |
getUserId() |
void |
setApplicationNumber(String applicationNumber) |
void |
setBasicProperty(BasicProperty basicProperty) |
void |
setFileStore(org.egov.infra.filestore.entity.FileStoreMapper fileStore) |
void |
setId(Long id) |
void |
setModuleId(Long moduleId) |
void |
setNoticeDate(Date noticeDate) |
void |
setNoticeNo(String noticeNo) |
void |
setNoticeType(String noticeType) |
void |
setUserId(Long userId) |
String |
toString() |
public Long getId()
public void setId(Long id)
id - the id to setpublic Long getModuleId()
public void setModuleId(Long moduleId)
moduleId - the moduleId to setpublic String getNoticeType()
public void setNoticeType(String noticeType)
noticeType - the noticeType to setpublic String getNoticeNo()
public void setNoticeNo(String noticeNo)
noticeNo - the noticeNo to setpublic Date getNoticeDate()
public void setNoticeDate(Date noticeDate)
noticeDate - the noticeDate to setpublic Long getUserId()
public void setUserId(Long userId)
userId - the userId to setpublic BasicProperty getBasicProperty()
public void setBasicProperty(BasicProperty basicProperty)
public org.egov.infra.filestore.entity.FileStoreMapper getFileStore()
public void setFileStore(org.egov.infra.filestore.entity.FileStoreMapper fileStore)
public String getApplicationNumber()
public void setApplicationNumber(String applicationNumber)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.