|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.txnhandler.persistertxnmap.PersisterTxnMapBean
public abstract class PersisterTxnMapBean
This class maps an entity and a method to a Host transaction. It uses the entity's name and the methods name to map it to the host by txnCode and txnType.
Field Summary | |
---|---|
String |
cachePolicy
|
String |
entityName
|
String |
indexName
|
String |
methodName
|
String |
timeOutValue
|
String |
txnCode
|
String |
txnType
|
Constructor Summary | |
---|---|
PersisterTxnMapBean()
|
Method Summary | |
---|---|
String |
getCachePolicy()
Getter method for cachePolicy |
String |
getEntityName()
Getter method for entityName |
String |
getIndexName()
Getter method for indexName |
String |
getMethodName()
Getter method for methodName |
String |
getTimeOutValue()
Getter method for timeOutValue |
String |
getTxnCode()
Getter method for TxnCode |
String |
getTxnType()
Getter method for TxnType |
void |
setCachePolicy(String newValue)
Setter method for cachePolicy |
void |
setEntityName(String newValue)
Setter method for entityName |
void |
setIndexName(String newValue)
Setter method for indexName |
void |
setMethodName(String newValue)
Setter method for methodName |
void |
setTimeOutValue(String newValue)
Setter method for entityName |
void |
setTxnCode(String newValue)
Setter method for TxnCode |
void |
setTxnType(String newValue)
Setter method for TxnType |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String cachePolicy
public String timeOutValue
public String entityName
public String txnCode
public String txnType
public String methodName
public String indexName
Constructor Detail |
---|
public PersisterTxnMapBean()
Method Detail |
---|
public String getCachePolicy()
public String getEntityName()
public String getMethodName()
public String getTimeOutValue()
public String getTxnCode()
public String getTxnType()
public void setCachePolicy(String newValue)
newValue
- Stringpublic void setEntityName(String newValue)
newValue
- Stringpublic void setMethodName(String newValue)
newValue
- Stringpublic void setTimeOutValue(String newValue)
newValue
- Stringpublic void setTxnCode(String newValue)
newValue
- Stringpublic void setTxnType(String newValue)
newValue
- Stringpublic String getIndexName()
public void setIndexName(String newValue)
newValue
- String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |