@Entity public class JudgmentDocuments extends org.egov.infra.persistence.entity.AbstractPersistable<Long>
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_JUDGMENTDOCUMENTS |
| Constructor and Description |
|---|
JudgmentDocuments() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentName() |
org.springframework.web.multipart.MultipartFile[] |
getFiles() |
Long |
getId() |
Judgment |
getJudgment() |
Set<org.egov.infra.filestore.entity.FileStoreMapper> |
getSupportDocs() |
void |
setDocumentName(String documentName) |
void |
setFiles(org.springframework.web.multipart.MultipartFile[] files) |
void |
setId(Long id) |
void |
setJudgment(Judgment judgment) |
void |
setSupportDocs(Set<org.egov.infra.filestore.entity.FileStoreMapper> supportDocs) |
public static final String SEQ_JUDGMENTDOCUMENTS
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 Judgment getJudgment()
public void setJudgment(Judgment judgment)
public String getDocumentName()
public void setDocumentName(String documentName)
public Set<org.egov.infra.filestore.entity.FileStoreMapper> getSupportDocs()
public void setSupportDocs(Set<org.egov.infra.filestore.entity.FileStoreMapper> supportDocs)
public org.springframework.web.multipart.MultipartFile[] getFiles()
public void setFiles(org.springframework.web.multipart.MultipartFile[] files)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.