@Entity public class DocumentDetails extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_EGW_DOCUMENTS |
| Constructor and Description |
|---|
DocumentDetails() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.multipart.MultipartFile |
getFile() |
org.egov.infra.filestore.entity.FileStoreMapper |
getFileStore() |
Long |
getId() |
Long |
getObjectId() |
String |
getObjectType() |
void |
setFile(org.springframework.web.multipart.MultipartFile file) |
void |
setFileStore(org.egov.infra.filestore.entity.FileStoreMapper fileStore) |
void |
setId(Long id) |
void |
setObjectId(Long objectId) |
void |
setObjectType(String objectType) |
public static final String SEQ_EGW_DOCUMENTS
public String getObjectType()
public void setObjectType(String objectType)
public org.egov.infra.filestore.entity.FileStoreMapper getFileStore()
public void setFileStore(org.egov.infra.filestore.entity.FileStoreMapper fileStore)
public org.springframework.web.multipart.MultipartFile getFile()
public void setFile(org.springframework.web.multipart.MultipartFile file)
public Long getObjectId()
public void setObjectId(Long objectId)
public Long getId()
public void setId(Long id)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.