|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.bankframe.ei.txnhandler.responseindex.ResponseIndexBean
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 |
public java.lang.String txnCode
public java.lang.String txnType
public java.lang.String indexName
| Constructor Detail |
public ResponseIndexBean()
| Method Detail |
public void create(java.lang.String txnCode,
java.lang.String txnType,
java.lang.String indexName)
throws javax.ejb.CreateException
txnCode - Transaction CodetxnType - Transaction TypeindexName - Index Name
javax.ejb.CreateExceptionpublic java.lang.String getIndexName()
public void setIndexName(java.lang.String indexName)
public java.lang.String getTxnCode()
public java.lang.String getTxnType()
public boolean isModified()
public void setTxnCode(java.lang.String newValue)
newValue - new transaction codepublic void setTxnType(java.lang.String newValue)
newValue - New transaction type
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||