|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.txnhandler.impl.tierfield.TierFieldImplt
public class TierFieldImplt
This class serves as a lightweight proxy representation of a TierField EJB for caching purposes.
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 |
---|
public String tierFieldId
public String txnCode
public String getRecordMethod
public String numberOfOccurrencesMethod
Constructor Detail |
---|
public TierFieldImplt(String tierFieldId, String txnCode, String getRecordMethod, String numberOfOccurrencesMethod)
tierFieldId
- StringtxnCode
- StringgetRecordMethod
- StringnumberOfOccurrencesMethod
- StringMethod Detail |
---|
public String getGetRecordMethod()
getGetRecordMethod
in interface TierField
public String getNumberOfOccurrencesMethod()
getNumberOfOccurrencesMethod
in interface TierField
public String getTxnCode()
getTxnCode
in interface TierField
public String getTierFieldId()
getTierFieldId
in interface TierField
public EJBHome getEJBHome() throws RemoteException
getEJBHome
in interface EJBObject
RemoteException
public Handle getHandle() throws RemoteException
getHandle
in interface EJBObject
RemoteException
public Object getPrimaryKey() throws RemoteException
getPrimaryKey
in interface EJBObject
RemoteException
public boolean isIdentical(EJBObject param1) throws RemoteException
isIdentical
in interface EJBObject
RemoteException
public void remove() throws RemoteException, RemoveException
remove
in interface EJBObject
RemoteException
RemoveException
public DataPacket toDataPacket()
toDataPacket
in interface EEntity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |