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

java.lang.Object
  extended by com.bankframe.ei.txnhandler.impl.tierfield.TierFieldImplt
All Implemented Interfaces:
TierField, EEntity, Serializable, Remote, EJBObject

public class TierFieldImplt
extends Object
implements TierField

This class serves as a lightweight proxy representation of a TierField EJB for caching purposes.

See Also:
Serialized Form

Field Summary
 String getRecordMethod
           
 String numberOfOccurrencesMethod
           
 String tierFieldId
           
 String txnCode
           
 
Fields inherited from interface com.bankframe.ejb.EEntity
serialVersionUID
 
Constructor Summary
TierFieldImplt(String tierFieldId, String txnCode, String getRecordMethod, String numberOfOccurrencesMethod)
          This method is the default constructor
 
Method Summary
 EJBHome getEJBHome()
          This method gets the EJB Home interface
 String getGetRecordMethod()
          This method returns the value of the RecordMethod
 Handle getHandle()
          This method gets the EJB handle
 String getNumberOfOccurrencesMethod()
          This method returns the value of the NumberOfOccurrences
 Object getPrimaryKey()
          This method gets the PersisterTxnMap PrimaryKey
 String getTierFieldId()
          This method returns the value of the TierFieldId
 String getTxnCode()
          This method returns the value of the TxnCode
 boolean isIdentical(EJBObject param1)
          This method determines if EJB objects identical
 void remove()
          This method does nothing
 DataPacket toDataPacket()
          This method Creates a datapacket
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tierFieldId

public String tierFieldId

txnCode

public String txnCode

getRecordMethod

public String getRecordMethod

numberOfOccurrencesMethod

public String numberOfOccurrencesMethod
Constructor Detail

TierFieldImplt

public TierFieldImplt(String tierFieldId,
                      String txnCode,
                      String getRecordMethod,
                      String numberOfOccurrencesMethod)
This method is the default constructor

Parameters:
tierFieldId - String
txnCode - String
getRecordMethod - String
numberOfOccurrencesMethod - String
Method Detail

getGetRecordMethod

public String getGetRecordMethod()
This method returns the value of the RecordMethod

Specified by:
getGetRecordMethod in interface TierField
Returns:
String

getNumberOfOccurrencesMethod

public String getNumberOfOccurrencesMethod()
This method returns the value of the NumberOfOccurrences

Specified by:
getNumberOfOccurrencesMethod in interface TierField
Returns:
String

getTxnCode

public String getTxnCode()
This method returns the value of the TxnCode

Specified by:
getTxnCode in interface TierField
Returns:
String

getTierFieldId

public String getTierFieldId()
This method returns the value of the TierFieldId

Specified by:
getTierFieldId in interface TierField
Returns:
String

getEJBHome

public EJBHome getEJBHome()
                   throws RemoteException
This method gets the EJB Home interface

Specified by:
getEJBHome in interface EJBObject
Returns:
null
Throws:
RemoteException

getHandle

public Handle getHandle()
                 throws RemoteException
This method gets the EJB handle

Specified by:
getHandle in interface EJBObject
Returns:
null
Throws:
RemoteException

getPrimaryKey

public Object getPrimaryKey()
                     throws RemoteException
This method gets the PersisterTxnMap PrimaryKey

Specified by:
getPrimaryKey in interface EJBObject
Returns:
null
Throws:
RemoteException

isIdentical

public boolean isIdentical(EJBObject param1)
                    throws RemoteException
This method determines if EJB objects identical

Specified by:
isIdentical in interface EJBObject
Returns:
false
Throws:
RemoteException

remove

public void remove()
            throws RemoteException,
                   RemoveException
This method does nothing

Specified by:
remove in interface EJBObject
Throws:
RemoteException
RemoveException

toDataPacket

public DataPacket toDataPacket()
This method Creates a datapacket

Specified by:
toDataPacket in interface EEntity
Returns:
DataPacket data


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