com.bankframe.ei.txnhandler.tierfield
Interface TierField

All Known Subinterfaces:
TierField
All Known Implementing Classes:
TierFieldImplt

public interface TierField

This interface defines the remote interface of the TierField Entity.


Method Summary
 String getGetRecordMethod()
          This method gets the Record method
 String getNumberOfOccurrencesMethod()
          This method gets the number of Occurences method
 String getTierFieldId()
          This method gets the Tier field Id
 String getTxnCode()
          This method gets the Transaction code
 

Method Detail

getGetRecordMethod

String getGetRecordMethod()
                          throws RemoteException
This method gets the Record method

Returns:
java.lang.String
Throws:
RemoteException

getNumberOfOccurrencesMethod

String getNumberOfOccurrencesMethod()
                                    throws RemoteException
This method gets the number of Occurences method

Returns:
java.lang.String
Throws:
RemoteException

getTierFieldId

String getTierFieldId()
                      throws RemoteException
This method gets the Tier field Id

Returns:
java.lang.String
Throws:
RemoteException

getTxnCode

String getTxnCode()
                  throws RemoteException
This method gets the Transaction code

Returns:
java.lang.String
Throws:
RemoteException


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