Package pt.gov.cartaodecidadao
Class PTEID_Pins
- java.lang.Object
-
- pt.gov.cartaodecidadao.PTEID_Object
-
- pt.gov.cartaodecidadao.PTEID_Pins
-
public class PTEID_Pins extends PTEID_Object
Container class for all pins on the card.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
count()
The number of pins on the cardvoid
delete()
PTEID_Pin
getPinByNumber(long ulIndex)
Get the pin by its Index.
Throw PTEID_ExParamRange exception if the index is out of range.PTEID_Pin
getPinByPinRef(long pinRef)
Get the pin by its pin reference.
Throw PTEID_ExParamRange exception if the index is out of range.
-
-
-
Method Detail
-
delete
public void delete()
- Overrides:
delete
in classPTEID_Object
-
count
public long count() throws PTEID_Exception
The number of pins on the card- Throws:
PTEID_Exception
-
getPinByNumber
public PTEID_Pin getPinByNumber(long ulIndex) throws PTEID_Exception
Get the pin by its Index.
Throw PTEID_ExParamRange exception if the index is out of range.- Throws:
PTEID_Exception
-
getPinByPinRef
public PTEID_Pin getPinByPinRef(long pinRef) throws PTEID_Exception
Get the pin by its pin reference.
Throw PTEID_ExParamRange exception if the index is out of range.- Throws:
PTEID_Exception
-
-