SouthAfricaStudyPermitModel
A class derived from DocumentModel containing details specific to the South Africa Study Permit
import com.sybrin.identity.countries.SouthAfrica.StudyPermit.SouthAfricaStudyPermitModel
extends
DocumentModel
Summary
Inherited methods
Public methods
getControlNumber
public String getControlNumber ()
Returns the study permit control number as found on the study permit.
getDateOfExpiry
public String getDateOfExpiry ()
Returns the study permit expiry date as found on the study permit.
getDateOfIssued
public String getDateOfIssued ()
Returns the study permit issued date as found on the study permit.
getNames
public Date getNames ()
Returns the subject's names as found on the study permit.
getNumberOfEntries
public String getNumberOfEntries ()
Returns the study permit number of entries as found on the study permit.
getPlaceOfIssued
public String getPlaceOfIssued ()
Returns the study permit place of issued as found on the study permit.
getPassportNumber
public String getPassportNumber ()
Returns the subject's passport number as found on the study permit.
Last updated