com.bankframe.ei.txnhandler.responseindex
Class ResponseIndexBean

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

public class ResponseIndexBean
extends 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
 String indexName
           
 String txnCode
           
 String txnType
           
 
Constructor Summary
ResponseIndexBean()
           
 
Method Summary
 void create(String txnCode, String txnType, String indexName)
          Initialise ResponseIndexBean
 String getIndexName()
          This method returns the index name
 String getTxnCode()
          This method returns this transaction's code
 String getTxnType()
          This method returns this transaction's type
 boolean isModified()
          This method checks if this transaction route has been modified
 void setIndexName(String indexName)
          This method sets the indexName
 void setTxnCode(String newValue)
          This method sets Transaction Code
 void setTxnType(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 String txnCode

txnType

public String txnType

indexName

public String indexName
Constructor Detail

ResponseIndexBean

public ResponseIndexBean()
Method Detail

create

public void create(String txnCode,
                   String txnType,
                   String indexName)
            throws CreateException
Initialise ResponseIndexBean

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

getIndexName

public String getIndexName()
This method returns the index name

Returns:
String indexName

setIndexName

public void setIndexName(String indexName)
This method sets the indexName


getTxnCode

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

Returns:
transaction code

getTxnType

public 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(String newValue)
This method sets Transaction Code

Parameters:
newValue - new transaction code

setTxnType

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

Parameters:
newValue - New transaction type


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