@Entity
public class MarriageWitness
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_WITNESS |
| Constructor and Description |
|---|
MarriageWitness() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAadhaarNo() |
Integer |
getAge() |
MRApplicantType |
getApplicantType() |
Contact |
getContactInfo() |
String |
getEncodedPhoto() |
String |
getEncodedSignature() |
String |
getFullName() |
Long |
getId() |
Name |
getName() |
String |
getOccupation() |
byte[] |
getPhoto() |
org.springframework.web.multipart.MultipartFile |
getPhotoFile() |
org.egov.infra.filestore.entity.FileStoreMapper |
getPhotoFileStore() |
MarriageRegistration |
getRegistration() |
String |
getRelationshipWithApplicant() |
String |
getRelativeName() |
byte[] |
getSignature() |
org.springframework.web.multipart.MultipartFile |
getSignatureFile() |
org.egov.infra.filestore.entity.FileStoreMapper |
getSignatureFileStore() |
String |
getWitnessRelation() |
void |
setAadhaarNo(String aadhaarNo) |
void |
setAge(Integer age) |
void |
setApplicantType(MRApplicantType applicantType) |
void |
setContactInfo(Contact contactInfo) |
void |
setEncodedPhoto(String encodedPhoto) |
void |
setEncodedSignature(String encodedSignature) |
void |
setId(Long id) |
void |
setName(Name name) |
void |
setOccupation(String occupation) |
void |
setPhoto(byte[] photo) |
void |
setPhotoFile(org.springframework.web.multipart.MultipartFile photoFile) |
void |
setPhotoFileStore(org.egov.infra.filestore.entity.FileStoreMapper photoFileStore) |
void |
setRegistration(MarriageRegistration registration) |
void |
setRelationshipWithApplicant(String relationshipWithApplicant) |
void |
setRelativeName(String relativeName) |
void |
setSignature(byte[] signature) |
void |
setSignatureFile(org.springframework.web.multipart.MultipartFile signatureFile) |
void |
setSignatureFileStore(org.egov.infra.filestore.entity.FileStoreMapper signatureFileStore) |
void |
setWitnessRelation(String witnessRelation) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_WITNESS
public String getFullName()
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 Name getName()
public void setName(Name name)
public String getOccupation()
public void setOccupation(String occupation)
public String getRelationshipWithApplicant()
public void setRelationshipWithApplicant(String relationshipWithApplicant)
public Integer getAge()
public void setAge(Integer age)
public String getAadhaarNo()
public void setAadhaarNo(String aadhaarNo)
public byte[] getSignature()
public void setSignature(byte[] signature)
public byte[] getPhoto()
public void setPhoto(byte[] photo)
public MarriageRegistration getRegistration()
public void setRegistration(MarriageRegistration registration)
public Contact getContactInfo()
public void setContactInfo(Contact contactInfo)
public org.springframework.web.multipart.MultipartFile getPhotoFile()
public void setPhotoFile(org.springframework.web.multipart.MultipartFile photoFile)
public org.springframework.web.multipart.MultipartFile getSignatureFile()
public void setSignatureFile(org.springframework.web.multipart.MultipartFile signatureFile)
public String getEncodedPhoto()
public void setEncodedPhoto(String encodedPhoto)
public String getEncodedSignature()
public void setEncodedSignature(String encodedSignature)
public org.egov.infra.filestore.entity.FileStoreMapper getPhotoFileStore()
public void setPhotoFileStore(org.egov.infra.filestore.entity.FileStoreMapper photoFileStore)
public org.egov.infra.filestore.entity.FileStoreMapper getSignatureFileStore()
public void setSignatureFileStore(org.egov.infra.filestore.entity.FileStoreMapper signatureFileStore)
public MRApplicantType getApplicantType()
public void setApplicantType(MRApplicantType applicantType)
public String getWitnessRelation()
public void setWitnessRelation(String witnessRelation)
public String getRelativeName()
public void setRelativeName(String relativeName)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.