com.bankframe.ei.txnhandler.impl.tierfield
Class TierFieldCMPBean

java.lang.Object
  extended by com.bankframe.ei.txnhandler.tierfield.TierFieldBean
      extended by com.bankframe.ei.txnhandler.impl.tierfield.TierFieldBean
          extended by com.bankframe.ei.txnhandler.impl.tierfield.TierFieldCMPBean
All Implemented Interfaces:
EEntity, Serializable, EnterpriseBean, EntityBean

public class TierFieldCMPBean
extends TierFieldBean
implements EntityBean

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.bankframe.ei.txnhandler.tierfield.TierFieldBean
getRecordMethod, numberOfOccurrencesMethod, tierFieldId, txnCode
 
Fields inherited from interface com.bankframe.ejb.EEntity
serialVersionUID
 
Constructor Summary
TierFieldCMPBean()
           
 
Method Summary
 void ejbActivate()
           
 TierFieldPK ejbCreate(String tierFieldId, String txnCode, String getRecordMethod, String numberOfOccurrencesMethod)
          Initialise DestinationBean Instance
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbPostCreate(String tierFieldId, String txnCode, String getRecordMethod, String numberOfOccurrencesMethod)
          Initialise DestinationBean Instance
 void ejbRemove()
           
 void ejbStore()
           
 void setEntityContext(EntityContext entityContext)
           
 void unsetEntityContext()
           
 
Methods inherited from class com.bankframe.ei.txnhandler.impl.tierfield.TierFieldBean
isModified, toDataPacket
 
Methods inherited from class com.bankframe.ei.txnhandler.tierfield.TierFieldBean
create, getGetRecordMethod, getNumberOfOccurrencesMethod, getTierFieldId, getTxnCode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TierFieldCMPBean

public TierFieldCMPBean()
Method Detail

ejbActivate

public void ejbActivate()
Specified by:
ejbActivate in interface EntityBean

ejbCreate

public TierFieldPK ejbCreate(String tierFieldId,
                             String txnCode,
                             String getRecordMethod,
                             String numberOfOccurrencesMethod)
                      throws CreateException
Initialise DestinationBean Instance

Parameters:
tierFieldId - String
txnCode - String
getRecordMethod - String
numberOfOccurrencesMethod - String
Throws:
CreateException

ejbLoad

public void ejbLoad()
Specified by:
ejbLoad in interface EntityBean

ejbPassivate

public void ejbPassivate()
Specified by:
ejbPassivate in interface EntityBean

ejbPostCreate

public void ejbPostCreate(String tierFieldId,
                          String txnCode,
                          String getRecordMethod,
                          String numberOfOccurrencesMethod)
                   throws CreateException
Initialise DestinationBean Instance

Parameters:
tierFieldId - String
txnCode - String
getRecordMethod - String
numberOfOccurrencesMethod - String
Throws:
CreateException

ejbRemove

public void ejbRemove()
Specified by:
ejbRemove in interface EntityBean

ejbStore

public void ejbStore()
Specified by:
ejbStore in interface EntityBean

setEntityContext

public void setEntityContext(EntityContext entityContext)
Specified by:
setEntityContext in interface EntityBean

unsetEntityContext

public void unsetEntityContext()
Specified by:
unsetEntityContext in interface EntityBean


Copyright © 2005, 2007, Oracle. All rights reserved.