|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.services.devices.MTPinPad.CardData
public class CardData
This class stores the card details taken from the IntelliPIN device
Constructor Summary | |
---|---|
CardData(byte[] cardDataEntryResponse)
Constructor |
Method Summary | |
---|---|
String |
getTrackOne()
This method gets the Track One data |
String |
getTrackThree()
This method gets the Track Three data |
String |
getTrackTwo()
This method gets the Track two data |
void |
setTrackOne(String tk1)
This method sets the Track One data |
void |
setTrackThree(String tk3)
This method sets the Track three data |
void |
setTrackTwo(String tk2)
This method sets the Track two data |
String |
toString()
This method returns a String representation of this object |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CardData(byte[] cardDataEntryResponse) throws DeviceException
cardDataEntryResponse
- data-entry response from IntelliPIN device
DeviceException
Method Detail |
---|
public String getTrackOne()
public String getTrackThree()
public String getTrackTwo()
public void setTrackOne(String tk1)
tk1
- String track one datapublic void setTrackThree(String tk3)
tk3
- String track three datapublic void setTrackTwo(String tk2)
tk2
- String track two datapublic String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |