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