@Entity public class IdentityProof extends org.egov.infra.persistence.entity.AbstractPersistable<Long>
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_IDENTITYPROOF |
| Constructor and Description |
|---|
IdentityProof() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBirthCertificate() |
boolean |
getDeaceasedDeathCertificate() |
boolean |
getDivorceCertificate() |
Long |
getId() |
boolean |
getMsebBill() |
boolean |
getPassport() |
boolean |
getPhotograph() |
boolean |
getRationCard() |
boolean |
getSchoolLeavingCertificate() |
boolean |
getTelephoneBill() |
boolean |
isAadhar() |
boolean |
isNotaryAffidavit() |
void |
setAadhar(boolean aadhar) |
void |
setBirthCertificate(boolean birthCertificate) |
void |
setDeaceasedDeathCertificate(boolean deaceasedDeathCertificate) |
void |
setDivorceCertificate(boolean divorceCertificate) |
void |
setId(Long id) |
void |
setMsebBill(boolean msebBill) |
void |
setNotaryAffidavit(boolean notaryAffidavit) |
void |
setPassport(boolean passport) |
void |
setPhotograph(boolean photograph) |
void |
setRationCard(boolean rationCard) |
void |
setSchoolLeavingCertificate(boolean schoolLeavingCertificate) |
void |
setTelephoneBill(boolean telephoneBill) |
public static final String SEQ_IDENTITYPROOF
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 getPhotograph()
public void setPhotograph(boolean photograph)
public boolean getDeaceasedDeathCertificate()
public void setDeaceasedDeathCertificate(boolean deaceasedDeathCertificate)
public boolean getDivorceCertificate()
public void setDivorceCertificate(boolean divorceCertificate)
public boolean getSchoolLeavingCertificate()
public void setSchoolLeavingCertificate(boolean schoolLeavingCertificate)
public boolean getBirthCertificate()
public void setBirthCertificate(boolean birthCertificate)
public boolean getPassport()
public void setPassport(boolean passport)
public boolean getRationCard()
public void setRationCard(boolean rationCard)
public boolean getMsebBill()
public void setMsebBill(boolean msebBill)
public boolean getTelephoneBill()
public void setTelephoneBill(boolean telephoneBill)
public boolean isAadhar()
public void setAadhar(boolean aadhar)
public boolean isNotaryAffidavit()
public void setNotaryAffidavit(boolean notaryAffidavit)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.