com.bankframe.ei.txnhandler.impl.eabtransactionfield
Class EABTransactionFieldBean

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.eabtransactionfield.EABTransactionFieldBean
      extended bycom.bankframe.ei.txnhandler.impl.eabtransactionfield.EABTransactionFieldBean
All Implemented Interfaces:
EEntity, java.io.Serializable
Direct Known Subclasses:
EABTransactionFieldCMPBean

public class EABTransactionFieldBean
extends EABTransactionFieldBean
implements EEntity

This class defines the attributes of the EABTransactionField Entity and the accessor methods for those attributes.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.bankframe.ei.txnhandler.eabtransactionfield.EABTransactionFieldBean
commandName, dataPacketKey, defaultValue, direction, entityBeanName, entityFieldName, getterSetter, numberOfOccurrencesMethod, parameterType, parentField, pkSequence, restartKey, sequence, tierKey, txnCode, txnFieldName, txnType, usedInTier
 
Fields inherited from interface com.bankframe.ejb.EEntity
serialVersionUID
 
Constructor Summary
EABTransactionFieldBean()
           
 
Method Summary
 boolean isModified()
          This method updates the instance's modified status
 DataPacket toDataPacket()
          This method Creates a datapacket
 
Methods inherited from class com.bankframe.ei.txnhandler.eabtransactionfield.EABTransactionFieldBean
create, getCommandName, getDataPacketKey, getDefaultValue, getDirection, getEntityBeanName, getEntityFieldName, getGetterSetter, getNumberOfOccurrencesMethod, getParameterType, getParentField, getPkSequence, getRestartKey, getSequence, getTierKey, getTxnCode, getTxnFieldName, getTxnType, getUsedInTier
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EABTransactionFieldBean

public EABTransactionFieldBean()
Method Detail

isModified

public boolean isModified()
This method updates the instance's modified status

Returns:
boolean

toDataPacket

public DataPacket toDataPacket()
This method Creates a datapacket

Specified by:
toDataPacket in interface EEntity
Returns:
DataPacket


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