com.bankframe.services.devices.MTPinPad
Class CardData

java.lang.Object
  extended bycom.bankframe.services.devices.MTPinPad.CardData

public class CardData
extends java.lang.Object

This class stores the card details taken from the IntelliPIN device

Author:
etu

Constructor Summary
CardData(byte[] cardDataEntryResponse)
          Constructor
 
Method Summary
 java.lang.String getTrackOne()
          This method gets the Track One data
 java.lang.String getTrackThree()
          This method gets the Track Three data
 java.lang.String getTrackTwo()
          This method gets the Track two data
 void setTrackOne(java.lang.String tk1)
          This method sets the Track One data
 void setTrackThree(java.lang.String tk3)
          This method sets the Track three data
 void setTrackTwo(java.lang.String tk2)
          This method sets the Track two data
 java.lang.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

CardData

public CardData(byte[] cardDataEntryResponse)
         throws DeviceException
Constructor

Parameters:
cardDataEntryResponse - data-entry response from IntelliPIN device
Method Detail

getTrackOne

public java.lang.String getTrackOne()
This method gets the Track One data

Returns:
String track one data

getTrackThree

public java.lang.String getTrackThree()
This method gets the Track Three data

Returns:
String track three data

getTrackTwo

public java.lang.String getTrackTwo()
This method gets the Track two data

Returns:
String track two data

setTrackOne

public void setTrackOne(java.lang.String tk1)
This method sets the Track One data


setTrackThree

public void setTrackThree(java.lang.String tk3)
This method sets the Track three data


setTrackTwo

public void setTrackTwo(java.lang.String tk2)
This method sets the Track two data


toString

public java.lang.String toString()
This method returns a String representation of this object

Returns:
String representation


Copyright © 2004 Siebel Systems, Inc. All rights reserved.