PhilippinesSeafarerIdentificationRecordBookModel
A class derived from DocumentModel containing details specific to the Filipino Seafarer Identification Record Book
import com.sybrin.identity.countries.Philippines.SeafarerIdentificationRecordBook.PhilippinesSeafarerIdentificationRecordBookModel
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
getDateOfBirth
public Date getDateOfBirth ()
Returns the subject's date of birth as found on the record book.
Returns
Date
The subject's date of birth. This value cannot be null
.
getDateOfIssue
public Date getDateOfIssue ()
Returns the subject's document's date of issue as found on the record book.
Returns
Date
The document's date of birth. This value cannot be null
.
getDistinguishingMarks
public String getDistinguishingMarks ()
Returns the subject's distinguishing marks as found on the record book.
Returns
String
The subject's given name. This value cannot be null
.
getDocumentNumber
public String getDocumentNumber ()
Returns the document's document number as found on the record book.
Returns
String
The document's document number. This value cannot be null
.
getEyeColor
public String getEyeColor ()
Returns the subject's eye color as found on the record book.
Returns
String
The subject's eye color. This value cannot be null
.
getFullName
public String getFullName ()
Returns the subject's full name as found on the record book.
Returns
String
The subject's full name. This value cannot be null
.
getHairColor
public String getHairColor ()
Returns the subject's hair color as found on the record book.
Returns
String
The subject's hair color. This value cannot be null
.
getHeight
public String getHeight ()
Returns the subject's height as found on the record book.
Returns
String
The subject's height. This value cannot be null
.
getPlaceOfBirth
public String getPlaceOfBirth ()
Returns the subject's place of birth as found on the record book.
Returns
String
The subject's place of birth. This value cannot be null
.
getPlaceOfIssue
public String getPlaceOfIssue ()
Returns the document's place of issue as found on the record book.
Returns
String
The document's place of issue. This value cannot be null
.
getSex
public String getSex ()
Returns the subject's sex as found on the ID card.
Returns
This value cannot be null
.
getValidUntil
public String getValidUntil ()
Returns the document's expiry date as found on the record book.
Returns
String
The document's expiry date. This value cannot be null
.
getWeight
public String getWeight ()
Returns the subject's weight as found on the record book.
Returns
String
The subject's weight. This value cannot be null
.
Last updated