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
Inherited methods
Public methods
getDateOfBirth
public Date getDateOfBirth ()
Returns the subject's date of birth as found on the record book.
getDateOfIssue
public Date getDateOfIssue ()
Returns the subject's document's date of issue as found on the record book.
getDistinguishingMarks
public String getDistinguishingMarks ()
Returns the subject's distinguishing marks as found on the record book.
getEyeColor
public String getEyeColor ()
Returns the subject's eye color as found on the record book.
getFullName
public String getFullName ()
Returns the subject's full name as found on the record book.
getHairColor
public String getHairColor ()
Returns the subject's hair color as found on the record book.
getHeight
public String getHeight ()
Returns the subject's height as found on the record book.
getPlaceOfBirth
public String getPlaceOfBirth ()
Returns the subject's place of birth as found on the record book.
getPlaceOfIssue
public String getPlaceOfIssue ()
Returns the document's place of issue as found on the record book.
getSex
public String getSex ()
Returns the subject's sex as found on the ID card.
getValidUntil
public String getValidUntil ()
Returns the document's expiry date as found on the record book.
getWeight
public String getWeight ()
Returns the subject's weight as found on the record book.
Last updated