PhilippinesFirearmsLicenseModel
A class derived from Document Model containing details specific to the Filipino firearms license
import com.sybrin.identity.countries.Philippines.FirearmsLicense.PhilippinesFirearmsLicenseModel
extends
DocumentModel
Summary
String | OCR | |
String | OCR | |
Date | OCR | |
Date | OCR | |
String | OCR | |
String | OCR | |
String | OCR | |
String | OCR | |
String | OCR | |
String | OCR | |
String | OCR |
Inherited methods
Data source | ||
<T extends DocumentModel> | N/A | |
Bitmap | Front of document | |
String | Local storage | |
Bitmap | Front of document | |
String | Local storage | |
Bitmap | Front of document | |
String | Local storage | |
void | saveImages(Context context) Saves all images within the model to the local device and populates all path fields. | N/A |
Public methods
getAddress
public String getAddress ()
Returns the subject's address as found on the firearm license.
Returns | |
String | The subject's address . This value cannot be |
getCaliber
public String getCaliber()
Returns the caliber of the firearm as found on the firearm license.
Returns | |
String | The caliber of the firearm . This value can be |
getDateApproved
public String getDateApproved()
Returns the firearms license date of approval as found on the firearm license.
Returns | |
Date | The firearms license date of approval . This value can be |
getDateExpiry
public String getDateExpiry()
Returns the firearms license date of expiry as found on the firearm license.
Returns | |
Date | The firearms license date of expiry . This value cannot be |
getFullName
public String getFullName()
Returns the subject's full name as found on the firearms license.
Returns | |
String | The subject's full name. This value cannot be |
getGunMake
public String getGunMake()
Returns the firearm make as found on the firearm license.
Returns | |
String | The firearms make. This value can be |
getGunModel
public String getGunModel()
Returns the firearm model as found on the firearm license.
Returns | |
String | The firearms model. This value cannot be |
getLicenseToOwnAndPossessFirearmNumber
public String getLicenseToOwnAndPossessFirearmNumber()
Returns the subject's license to own and possess firearm number as found on the firearm license.
Returns | |
String | The subject's license to own and possess firearm number. This value cannot be |
getOtherLicenses
public String getLicences()
Returns the subject's other licenses as found on the firearm license.
Returns | |
String | The subject's other licenses . This value can be |
getQualification
public String getQualification()
Returns the subject's qualification as found on the firearm license.
Returns | |
String | The subject's qualification . This value can be |
getSerialNumber
public String getSerialNumber()
Returns the serial number of the firearm as found on the firearm license.
Returns | |
String | The serial number of the firearm . This value cannot be |
Last updated