@Entity
@Unique(id="id",
tableName="egmrs_document",
columnName={"name","code"},
fields={"name","code"},
enableDfltMsg=true,
message="Already Exist.Name should be unique.")
public class MarriageDocument
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_DOCUMENT |
| Constructor and Description |
|---|
MarriageDocument() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
DocumentProofType |
getDocumentProofType() |
org.springframework.web.multipart.MultipartFile |
getFile() |
Long |
getId() |
String |
getName() |
MarriageDocumentType |
getType() |
boolean |
isActive() |
boolean |
isIndividual() |
boolean |
isMandatory() |
void |
setActive(boolean active) |
void |
setCode(String code) |
void |
setDocumentProofType(DocumentProofType documentProofType) |
void |
setFile(org.springframework.web.multipart.MultipartFile file) |
void |
setId(Long id) |
void |
setIndividual(boolean individual) |
void |
setMandatory(boolean mandatory) |
void |
setName(String name) |
void |
setType(MarriageDocumentType type) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_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 boolean isActive()
public void setActive(boolean active)
public String getName()
public void setName(String name)
public String getCode()
public void setCode(String code)
public boolean isIndividual()
public void setIndividual(boolean individual)
public MarriageDocumentType getType()
public void setType(MarriageDocumentType type)
public org.springframework.web.multipart.MultipartFile getFile()
public void setFile(org.springframework.web.multipart.MultipartFile file)
public boolean isMandatory()
public void setMandatory(boolean mandatory)
public DocumentProofType getDocumentProofType()
public void setDocumentProofType(DocumentProofType documentProofType)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.