SouthAfricaStudyVisaModel
A class derived from DocumentModel containing details specific to the South Africa Study Visa
import com.sybrin.identity.countries.SouthAfrica.StudyVisa.SouthAfricaStudyVisaModel
extends
DocumentModel
Summary
Inherited methods
Public methods
getBarcodeData
public String getBarcodeData ()
Returns the study visa barcode data as found on the study visa.
getControlNumber
public String getControlNumber ()
Returns the study visa control number as found on the study visa.
getDateOfExpiry
public String getDateOfExpiry ()
Returns the study visa expiry date as found on the study visa.
getIssuedAt
public String getIssuedAt()
Returns the study visa place of issued as found on the study visa.
getNames
public Date getNames ()
Returns the subject's names as found on the study visa.
getNumberOfEntries
public String getNumberOfEntries ()
Returns the study visa number of entries as found on the study visa.
getPassportNumber
public String getPassportNumber ()
Returns the subject's passport number as found on the study visa.
getReferenceNumber
public String getReferenceNumber ()
Returns the study visa reference number as found on the study visa.
getValidFrom
public String getValidFrom ()
Returns the study visa valid from date as found on the study visa.
Last updated