public class RegistrationCertificate extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
STYLE_TAG_BEGIN |
static String |
STYLE_TAG_END |
| Constructor and Description |
|---|
RegistrationCertificate(MarriageRegistration registration,
org.egov.infra.admin.master.entity.User user,
byte[] husbandPhoto,
byte[] wifePhoto,
byte[] marriagePhoto) |
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
decodePhoto(String encodedString) |
String |
getApplicationNumber() |
String |
getDateOfMarriage() |
String |
getDateOfRegistration() |
String |
getHusbandAddress() |
String |
getHusbandName() |
InputStream |
getHusbandPhoto() |
InputStream |
getMarriagePhoto() |
String |
getPlaceOfMarriage() |
MarriageRegistration |
getRegistration() |
String |
getRegistrationNumber() |
String |
getRejectionDate() |
String |
getRejectionReason() |
String |
getRoleName() |
String |
getUserName() |
String |
getWifeAddress() |
String |
getWifeName() |
InputStream |
getWifePhoto() |
String |
getZoneName() |
void |
setRegistration(MarriageRegistration registration) |
public static final String STYLE_TAG_BEGIN
public static final String STYLE_TAG_END
public RegistrationCertificate(MarriageRegistration registration, org.egov.infra.admin.master.entity.User user, byte[] husbandPhoto, byte[] wifePhoto, byte[] marriagePhoto)
public MarriageRegistration getRegistration()
public void setRegistration(MarriageRegistration registration)
public String getZoneName()
public String getHusbandName()
public String getHusbandAddress()
public String getWifeName()
public String getWifeAddress()
public String getDateOfMarriage()
public String getPlaceOfMarriage()
public String getDateOfRegistration()
public InputStream getWifePhoto()
public InputStream getHusbandPhoto()
public InputStream getMarriagePhoto()
public String getRoleName()
public static InputStream decodePhoto(String encodedString) throws IOException
IOExceptionpublic String getUserName()
public String getRejectionDate()
public String getRejectionReason()
public String getRegistrationNumber()
public String getApplicationNumber()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.