Package pt.gov.cartaodecidadao
Class PTEID_Pins
java.lang.Object
pt.gov.cartaodecidadao.PTEID_Object
pt.gov.cartaodecidadao.PTEID_Pins
Container class for all pins on the card.
-
Method Summary
Modifier and TypeMethodDescriptionlongcount()The number of pins on the cardvoiddelete()getPinByNumber(long ulIndex) Get the pin by its Index.
Throw PTEID_ExParamRange exception if the index is out of range.getPinByPinRef(long pinRef) Get the pin by its pin reference.
Throw PTEID_ExParamRange exception if the index is out of range.
-
Method Details
-
delete
public void delete()- Overrides:
deletein classPTEID_Object
-
count
The number of pins on the card- Throws:
PTEID_Exception
-
getPinByNumber
Get the pin by its Index.
Throw PTEID_ExParamRange exception if the index is out of range.- Throws:
PTEID_Exception
-
getPinByPinRef
Get the pin by its pin reference.
Throw PTEID_ExParamRange exception if the index is out of range.- Throws:
PTEID_Exception
-