com.bankframe.ei.txnhandler.persistertxnmap
Class PersisterTxnMapBean

java.lang.Object
  extended by com.bankframe.ei.txnhandler.persistertxnmap.PersisterTxnMapBean
Direct Known Subclasses:
PersisterTxnMapBean

public abstract class PersisterTxnMapBean
extends Object

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

cachePolicy

public String cachePolicy

timeOutValue

public String timeOutValue

entityName

public String entityName

txnCode

public String txnCode

txnType

public String txnType

methodName

public String methodName

indexName

public String indexName
Constructor Detail

PersisterTxnMapBean

public PersisterTxnMapBean()
Method Detail

getCachePolicy

public String getCachePolicy()
Getter method for cachePolicy

Returns:
String

getEntityName

public String getEntityName()
Getter method for entityName

Returns:
String

getMethodName

public String getMethodName()
Getter method for methodName

Returns:
String

getTimeOutValue

public String getTimeOutValue()
Getter method for timeOutValue

Returns:
String

getTxnCode

public String getTxnCode()
Getter method for TxnCode

Returns:
String

getTxnType

public String getTxnType()
Getter method for TxnType

Returns:
String

setCachePolicy

public void setCachePolicy(String newValue)
Setter method for cachePolicy

Parameters:
newValue - String

setEntityName

public void setEntityName(String newValue)
Setter method for entityName

Parameters:
newValue - String

setMethodName

public void setMethodName(String newValue)
Setter method for methodName

Parameters:
newValue - String

setTimeOutValue

public void setTimeOutValue(String newValue)
Setter method for entityName

Parameters:
newValue - String

setTxnCode

public void setTxnCode(String newValue)
Setter method for TxnCode

Parameters:
newValue - String

setTxnType

public void setTxnType(String newValue)
Setter method for TxnType

Parameters:
newValue - String

getIndexName

public String getIndexName()
Getter method for indexName

Returns:
String

setIndexName

public void setIndexName(String newValue)
Setter method for indexName

Parameters:
newValue - String


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