com.bankframe.ei.txnhandler.transactionlayout
Class TransactionFieldBean

java.lang.Object
  extended by com.bankframe.ejb.EEntityBean
      extended by com.bankframe.ei.txnhandler.transactionlayout.TransactionFieldBean
All Implemented Interfaces:
Serializable, EnterpriseBean, EntityBean
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
 String getValue(String colName)
          Get the specified row value
 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 String getValue(String colName)
                throws ProcessingErrorException
Get the specified row value

Parameters:
colName - String Database table column name
Returns:
Column value as a java.lang.String
Throws:
ProcessingErrorException - if an error occurs

getValuesMap

public 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 © 2005, 2007, Oracle. All rights reserved.