|
||||||||||
| 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 - String| Method Detail |
|---|
public String getGetRecordMethod()
getGetRecordMethod in interface TierFieldpublic String getNumberOfOccurrencesMethod()
getNumberOfOccurrencesMethod in interface TierFieldpublic String getTxnCode()
getTxnCode in interface TierFieldpublic String getTierFieldId()
getTierFieldId in interface TierField
public EJBHome getEJBHome()
throws RemoteException
getEJBHome in interface EJBObjectRemoteException
public Handle getHandle()
throws RemoteException
getHandle in interface EJBObjectRemoteException
public Object getPrimaryKey()
throws RemoteException
getPrimaryKey in interface EJBObjectRemoteException
public boolean isIdentical(EJBObject param1)
throws RemoteException
isIdentical in interface EJBObjectRemoteException
public void remove()
throws RemoteException,
RemoveException
remove in interface EJBObjectRemoteException
RemoveExceptionpublic DataPacket toDataPacket()
toDataPacket in interface EEntity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||