com.bankframe.ei.txnhandler.persistertxnmap
Class PersisterTxnMapBean

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

public abstract class PersisterTxnMapBean
extends java.lang.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
 java.lang.String cachePolicy
           
 java.lang.String entityName
           
 java.lang.String methodName
           
 java.lang.String timeOutValue
           
 java.lang.String txnCode
           
 java.lang.String txnType
           
 
Constructor Summary
PersisterTxnMapBean()
           
 
Method Summary
 java.lang.String getCachePolicy()
          Getter method for cachePolicy
 java.lang.String getEntityName()
          Getter method for entityName
 java.lang.String getMethodName()
          Getter method for methodName
 java.lang.String getTimeOutValue()
          Getter method for timeOutValue
 java.lang.String getTxnCode()
          Getter method for TxnCode
 java.lang.String getTxnType()
          Getter method for TxnType
 void setCachePolicy(java.lang.String newValue)
          Setter method for cachePolicy
 void setEntityName(java.lang.String newValue)
          Setter method for entityName
 void setMethodName(java.lang.String newValue)
          Setter method for methodName
 void setTimeOutValue(java.lang.String newValue)
          Setter method for entityName
 void setTxnCode(java.lang.String newValue)
          Setter method for TxnCode
 void setTxnType(java.lang.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 java.lang.String cachePolicy

timeOutValue

public java.lang.String timeOutValue

entityName

public java.lang.String entityName

txnCode

public java.lang.String txnCode

txnType

public java.lang.String txnType

methodName

public java.lang.String methodName
Constructor Detail

PersisterTxnMapBean

public PersisterTxnMapBean()
Method Detail

getCachePolicy

public java.lang.String getCachePolicy()
Getter method for cachePolicy

Returns:
String

getEntityName

public java.lang.String getEntityName()
Getter method for entityName

Returns:
String

getMethodName

public java.lang.String getMethodName()
Getter method for methodName

Returns:
String

getTimeOutValue

public java.lang.String getTimeOutValue()
Getter method for timeOutValue

Returns:
String

getTxnCode

public java.lang.String getTxnCode()
Getter method for TxnCode

Returns:
String

getTxnType

public java.lang.String getTxnType()
Getter method for TxnType

Returns:
String

setCachePolicy

public void setCachePolicy(java.lang.String newValue)
Setter method for cachePolicy

Parameters:
newValue - String

setEntityName

public void setEntityName(java.lang.String newValue)
Setter method for entityName

Parameters:
newValue - String

setMethodName

public void setMethodName(java.lang.String newValue)
Setter method for methodName

Parameters:
newValue - String

setTimeOutValue

public void setTimeOutValue(java.lang.String newValue)
Setter method for entityName

Parameters:
newValue - String

setTxnCode

public void setTxnCode(java.lang.String newValue)
Setter method for TxnCode

Parameters:
newValue - String

setTxnType

public void setTxnType(java.lang.String newValue)
Setter method for TxnType

Parameters:
newValue - String


Copyright © 2004 Siebel Systems, Inc. All rights reserved.