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

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.impl.tierfield.TierFieldImplt
All Implemented Interfaces:
EEntity, javax.ejb.EJBObject, java.rmi.Remote, java.io.Serializable, TierField, TierField

public class TierFieldImplt
extends java.lang.Object
implements TierField

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

Author:
Engineering
See Also:
Serialized Form

Field Summary
 java.lang.String getRecordMethod
           
 java.lang.String numberOfOccurrencesMethod
           
 java.lang.String tierFieldId
           
 java.lang.String txnCode
           
 
Fields inherited from interface com.bankframe.ejb.EEntity
serialVersionUID
 
Constructor Summary
TierFieldImplt(java.lang.String tierFieldId, java.lang.String txnCode, java.lang.String getRecordMethod, java.lang.String numberOfOccurrencesMethod)
          This method is the default constructor
 
Method Summary
 javax.ejb.EJBHome getEJBHome()
          This method gets the EJB Home interface
 java.lang.String getGetRecordMethod()
          This method returns the value of the RecordMethod
 javax.ejb.Handle getHandle()
          This method gets the EJB handle
 java.lang.String getNumberOfOccurrencesMethod()
          This method returns the value of the NumberOfOccurrences
 java.lang.Object getPrimaryKey()
          This method gets the PersisterTxnMap PrimaryKey
 java.lang.String getTierFieldId()
          This method returns the value of the TierFieldId
 java.lang.String getTxnCode()
          This method returns the value of the TxnCode
 boolean isIdentical(javax.ejb.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 java.lang.String tierFieldId

txnCode

public java.lang.String txnCode

getRecordMethod

public java.lang.String getRecordMethod

numberOfOccurrencesMethod

public java.lang.String numberOfOccurrencesMethod
Constructor Detail

TierFieldImplt

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

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

getGetRecordMethod

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

Specified by:
getGetRecordMethod in interface TierField
Returns:
String

getNumberOfOccurrencesMethod

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

Specified by:
getNumberOfOccurrencesMethod in interface TierField
Returns:
String

getTxnCode

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

Specified by:
getTxnCode in interface TierField
Returns:
String

getTierFieldId

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

Specified by:
getTierFieldId in interface TierField
Returns:
String

getEJBHome

public javax.ejb.EJBHome getEJBHome()
                             throws java.rmi.RemoteException
This method gets the EJB Home interface

Specified by:
getEJBHome in interface javax.ejb.EJBObject
Returns:
null
Throws:
java.rmi.RemoteException

getHandle

public javax.ejb.Handle getHandle()
                           throws java.rmi.RemoteException
This method gets the EJB handle

Specified by:
getHandle in interface javax.ejb.EJBObject
Returns:
null
Throws:
java.rmi.RemoteException

getPrimaryKey

public java.lang.Object getPrimaryKey()
                               throws java.rmi.RemoteException
This method gets the PersisterTxnMap PrimaryKey

Specified by:
getPrimaryKey in interface javax.ejb.EJBObject
Returns:
null
Throws:
java.rmi.RemoteException

isIdentical

public boolean isIdentical(javax.ejb.EJBObject param1)
                    throws java.rmi.RemoteException
This method determines if EJB objects identical

Specified by:
isIdentical in interface javax.ejb.EJBObject
Returns:
false
Throws:
java.rmi.RemoteException

remove

public void remove()
            throws java.rmi.RemoteException,
                   javax.ejb.RemoveException
This method does nothing

Specified by:
remove in interface javax.ejb.EJBObject
Throws:
java.rmi.RemoteException
javax.ejb.RemoveException

toDataPacket

public DataPacket toDataPacket()
This method Creates a datapacket

Specified by:
toDataPacket in interface EEntity
Returns:
DataPacket data


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