PhilippinesProfessionalRegulationCommissionCardModel
A class derived from Document Model containing details specific to the Filipino Professional Regulation Commission Card
import com.sybrin.identity.countries.Philippines.ProfessionalRegulationCommissionCard.PhilippinesProfessionalRegulationCommissionCardModel
extends
DocumentModel
Summary
Public methods
Data source
Inherited methods
void
saveImages(Context context)
Saves all images within the model
to the local device and populates
all path fields.
N/A
Public methods
getDateIssued
public Date getDateIssued()
Returns the professional regulation commission card issued date as found on the professional regulation commission card.
Returns
Date
The professional regulation commission card date of issued. This value can be null
.
getDateOfBirth
public Date getDateOfBirth()
Returns the subject's date of birth as found on the professional regulation commission card.
Returns
Date
The subject's date of birth. This value can be null
.
getFirstName
public String getFirstName()
Returns the subject's first name as found on the professional regulation commission card.
Returns
String
The subject's first name. This value cannot be null
.
getLastName
public String getLastName()
Returns the subject's last name as found on the professional regulation commission card.
Returns
String
The subject's last name. This value cannot be null
.
getMiddleInitialName
public String getMiddleInitialName()
Returns the subject's middle initial name as found on the professional regulation commission card
Returns
String
The subject's middle initial name. This value cannot be null
.
getProfession
public String getProfession()
Returns the subject's profession as found on the professional regulation commission card
Returns
String
The subject's middle initial name. This value cannot be null
.
getRegistrationDate
public Date getRegistrationDate()
Returns the professional regulation commission card registration date as found on the professional regulation commission card.
Returns
Date
The professional regulation commission card registration date. This value cannot be null
.
getRegistrationNumber
public String getRegistrationNumber()
Returns the subject's registration number as found on the professional regulation commission card
Returns
String
The subject's registration number. This value cannot be null
.
getValidUntil
public Date getValidUntil()
Returns the professional regulation commission card valid until date as found on the professional regulation commission card.
Returns
Date
The professional regulation commission card valid until date. This value cannot be null
.
Last updated