GreenBookModel
A class derived from DocumentModel containing details pertaining to all green book documents
import com.sybrin.identity.models.GreenBookModel
extends
DocumentModel
Summary
Inherited methods
Public methods
getBookType
public
GreenBookType
getBookType ()
Returns the language type that the green book ID conforms to.
getCountryOfBirth
public String getCountryOfBirth ()
Returns the subject's country of birth as found on the green book document.
getDateIssued
public Date getDateIssued ()
Returns the document's issue date as found on the green book document.
getDateOfBirth
public Date getDateOfBirth ()
Returns the subject's date of birth as found on the green book document.
getFirstNames
public String getFirstNames ()
Returns the subject's first names as found on the green book document.
getIdentityNumber
public String getIdentityNumber ()
Returns the subject's identity number as found on the green book document.
getSurname
public String getSurname ()
Returns the subject's surname as found on the green book document.
Last updated