com.bankframe.ei.txnhandler.transactionlayout
Class TransactionFieldBean

java.lang.Object
  extended bycom.bankframe.ejb.EEntityBean
      extended bycom.bankframe.ei.txnhandler.transactionlayout.TransactionFieldBean
All Implemented Interfaces:
javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable
Direct Known Subclasses:
RequestTransactionFieldBean, ResponseTransactionFieldBean

public class TransactionFieldBean
extends EEntityBean

This class is a base class for the Transaction Field Entity Beans. This class provides methods common to the Request and Response Transaction Field Entity Beans.

See Also:
Serialized Form

Constructor Summary
TransactionFieldBean()
          Default constructor
 
Method Summary
 java.lang.String getValue(java.lang.String colName)
          Get the specified row value
 java.util.Map getValuesMap()
          This method gets the Map of all the database column values
 DataPacket toDataPacket()
          This method returns this Bean's contents as a DataPacket.
 
Methods inherited from class com.bankframe.ejb.EEntityBean
ejbActivate, ejbLoad, ejbPassivate, ejbRemove, ejbStore, setEntityContext, toString, unsetEntityContext, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionFieldBean

public TransactionFieldBean()
Default constructor

Method Detail

getValue

public java.lang.String getValue(java.lang.String colName)
                          throws ProcessingErrorException
Get the specified row value

Returns:
Column value as a java.lang.String
Throws:
ProcessingErrorException - if an error occurs

getValuesMap

public java.util.Map getValuesMap()
                           throws ProcessingErrorException
This method gets the Map of all the database column values

Returns:
java.util.Map of database column values
Throws:
ProcessingErrorException - for column that does not exist.

toDataPacket

public DataPacket toDataPacket()
This method returns this Bean's contents as a DataPacket.

Specified by:
toDataPacket in class EEntityBean
Returns:
com.bankframe.bo.DataPacket of contents


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