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
getBarcodeData
public String getBarcodeData()
Returns the study permit barcode data as found on the study permit.
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.
getIssuedAt
public String getIssuedAt ()
Returns the study permit place of issued 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.
getPassportNumber
public String getPassportNumber ()
Returns the subject's passport number as found on the study permit.
getValidFrom
public String getValidFrom ()
Returns the study permit issued date as found on the study permit.
Last updated