|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ejb.EEntityBean
com.bankframe.ei.txnhandler.transactionlayout.TransactionFieldBean
public class TransactionFieldBean
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.
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 |
---|
public TransactionFieldBean()
Method Detail |
---|
public String getValue(String colName) throws ProcessingErrorException
colName
- String Database table column name
ProcessingErrorException
- if an error occurspublic Map getValuesMap() throws ProcessingErrorException
ProcessingErrorException
- for column that does not exist.public DataPacket toDataPacket()
toDataPacket
in class EEntityBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |