com.ibm.etill.ldbcardcassette
Class LdbCardCassetteQuery.CreditQuery.CreditInfo

java.lang.Object
  |
  +--com.ibm.etill.ldbcardcassette.LdbCardCassetteQuery.CreditQuery.CreditInfo
Enclosing class:
LdbCardCassetteQuery.CreditQuery

public final class LdbCardCassetteQuery.CreditQuery.CreditInfo
extends java.lang.Object

A credit information object contains the information gathered from one row of the cassette dependent credit table. It is responsible for providing a hashtable key for the referenced credit and for combining its information with matching framework credit information.


Field Summary
private  java.lang.String objApproval
           
private  java.lang.String objCredit
           
private  java.lang.String objMerchant
           
private  java.lang.String objOrder
           
private  java.lang.String objReason
           
 
Constructor Summary
LdbCardCassetteQuery.CreditQuery.CreditInfo(java.sql.ResultSet argResultSet)
          This constructor is used by the credit query to save the information selected from a row in the cassette dependent credit table.
 
Method Summary
 void combine(com.ibm.etill.framework.xdm.PSServerCredit argFrameworkCreditInfo)
          This method is used by the credit query to combine the XML descriptors for this object with the XML descriptors for the matching framework credit.
 com.ibm.etill.framework.supervisor.CreditKey getKey()
          This method is used by the credit query to obtain a key that will uniquely identify this object in a hashtable.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

objMerchant

private java.lang.String objMerchant

objOrder

private java.lang.String objOrder

objCredit

private java.lang.String objCredit

objApproval

private java.lang.String objApproval

objReason

private java.lang.String objReason
Constructor Detail

LdbCardCassetteQuery.CreditQuery.CreditInfo

public LdbCardCassetteQuery.CreditQuery.CreditInfo(java.sql.ResultSet argResultSet)
                                            throws java.sql.SQLException
This constructor is used by the credit query to save the information selected from a row in the cassette dependent credit table.
Parameters:
argResultSet - - a ResultSet where the current row contains the information to be recorded in this object.
Throws:
java.sql.SQLException - - if an error occurs while reading the columns from the row, this execption is thrown.
Method Detail

getKey

public com.ibm.etill.framework.supervisor.CreditKey getKey()
This method is used by the credit query to obtain a key that will uniquely identify this object in a hashtable.
Returns:
- a framework credit key that uniquely identifies this object.

combine

public void combine(com.ibm.etill.framework.xdm.PSServerCredit argFrameworkCreditInfo)
This method is used by the credit query to combine the XML descriptors for this object with the XML descriptors for the matching framework credit.
Parameters:
argFrameworkCreditInfo - - the XML descriptors for the matching framework credit.