@Entity
public class SewerageApplicationDetailsDocument
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_APPLICATIONDETAILS_DOCUMENT |
| Constructor and Description |
|---|
SewerageApplicationDetailsDocument() |
| Modifier and Type | Method and Description |
|---|---|
SewerageApplicationDetails |
getApplicationDetails() |
Date |
getDocumentDate() |
String |
getDocumentNumber() |
DocumentTypeMaster |
getDocumentTypeMaster() |
org.springframework.web.multipart.MultipartFile[] |
getFiles() |
Set<org.egov.infra.filestore.entity.FileStoreMapper> |
getFileStore() |
Long |
getId() |
void |
setApplicationDetails(SewerageApplicationDetails applicationDetails) |
void |
setDocumentDate(Date documentDate) |
void |
setDocumentNumber(String documentNumber) |
void |
setDocumentTypeMaster(DocumentTypeMaster documentTypeMaster) |
void |
setFiles(org.springframework.web.multipart.MultipartFile[] files) |
void |
setFileStore(Set<org.egov.infra.filestore.entity.FileStoreMapper> fileStore) |
void |
setId(Long id) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_APPLICATIONDETAILS_DOCUMENT
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 getApplicationDetails()
public void setApplicationDetails(SewerageApplicationDetails applicationDetails)
public Set<org.egov.infra.filestore.entity.FileStoreMapper> getFileStore()
public void setFileStore(Set<org.egov.infra.filestore.entity.FileStoreMapper> fileStore)
public DocumentTypeMaster getDocumentTypeMaster()
public void setDocumentTypeMaster(DocumentTypeMaster documentTypeMaster)
public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
public Date getDocumentDate()
public void setDocumentDate(Date documentDate)
public org.springframework.web.multipart.MultipartFile[] getFiles()
public void setFiles(org.springframework.web.multipart.MultipartFile[] files)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.