com.bankframe.ei.txnhandler.responseindex
Class ResponseIndexBean

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.responseindex.ResponseIndexBean
Direct Known Subclasses:
ResponseIndexBean

public class ResponseIndexBean
extends java.lang.Object

This class is the ResponseIndexBean Entity Bean which maintains information on the persister cache indices that must be populated for a specific transaction type


Field Summary
 java.lang.String indexName
           
 java.lang.String txnCode
           
 java.lang.String txnType
           
 
Constructor Summary
ResponseIndexBean()
           
 
Method Summary
 void create(java.lang.String txnCode, java.lang.String txnType, java.lang.String indexName)
          Initialise ResponseIndexBean
 java.lang.String getIndexName()
          This method returns the index name
 java.lang.String getTxnCode()
          This method returns this transaction's code
 java.lang.String getTxnType()
          This method returns this transaction's type
 boolean isModified()
          This method checks if this transaction route has been modified
 void setIndexName(java.lang.String indexName)
          This method sets the indexName
 void setTxnCode(java.lang.String newValue)
          This method sets Transaction Code
 void setTxnType(java.lang.String newValue)
          This method sets transaction type
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

txnCode

public java.lang.String txnCode

txnType

public java.lang.String txnType

indexName

public java.lang.String indexName
Constructor Detail

ResponseIndexBean

public ResponseIndexBean()
Method Detail

create

public void create(java.lang.String txnCode,
                   java.lang.String txnType,
                   java.lang.String indexName)
            throws javax.ejb.CreateException
Initialise ResponseIndexBean

Parameters:
txnCode - Transaction Code
txnType - Transaction Type
indexName - Index Name
Throws:
javax.ejb.CreateException

getIndexName

public java.lang.String getIndexName()
This method returns the index name

Returns:
String indexName

setIndexName

public void setIndexName(java.lang.String indexName)
This method sets the indexName


getTxnCode

public java.lang.String getTxnCode()
This method returns this transaction's code

Returns:
transaction code

getTxnType

public java.lang.String getTxnType()
This method returns this transaction's type

Returns:
transaction type

isModified

public boolean isModified()
This method checks if this transaction route has been modified

Returns:
true if it has been modified, false otherwise

setTxnCode

public void setTxnCode(java.lang.String newValue)
This method sets Transaction Code

Parameters:
newValue - new transaction code

setTxnType

public void setTxnType(java.lang.String newValue)
This method sets transaction type

Parameters:
newValue - New transaction type


Copyright © 2005, 2007, Oracle. All rights reserved.