com.bankframe.ei.txnhandler.eabtransactionfield
Interface EABTransactionField

All Known Subinterfaces:
EABTransactionField
All Known Implementing Classes:
EABTransactionFieldImplt

public interface EABTransactionField

This interface defines the remote interface of the EABTransactionField Entity.


Method Summary
 String getCommandName()
          This method gets the tic Name
 String getDataPacketKey()
          This method gets the DataPacket Key
 String getDefaultValue()
          This method gets the Default Value
 String getDirection()
          This method gets the Direction
 String getEntityBeanName()
          This method gets the Entity Bean Name
 String getEntityFieldName()
          This method gets the Entity Field Name
 String getGetterSetter()
          This method gets the Getter Setter
 String getNumberOfOccurrencesMethod()
          This method gets the number of Occurrence Method
 String getParameterType()
          This method gets the parameter Type
 String getParentField()
          This method gets the parent Field
 int getPkSequence()
          This method gets the PK sequence
 String getRestartKey()
          This method gets the restart Key
 int getSequence()
          This method gets the sequence
 String getTierKey()
          This method gets the tierKey
 String getTxnCode()
          This method gets the Txn cODE
 String getTxnFieldName()
          This method gets the Txn Field Name
 String getTxnType()
          This method gets the Txn tYPE
 String getUsedInTier()
          This method gets the Used in Tier
 

Method Detail

getCommandName

String getCommandName()
                      throws RemoteException
This method gets the tic Name

Returns:
java.lang.String
Throws:
RemoteException

getDataPacketKey

String getDataPacketKey()
                        throws RemoteException
This method gets the DataPacket Key

Returns:
java.lang.String
Throws:
RemoteException

getDefaultValue

String getDefaultValue()
                       throws RemoteException
This method gets the Default Value

Returns:
java.lang.String
Throws:
RemoteException

getDirection

String getDirection()
                    throws RemoteException
This method gets the Direction

Returns:
java.lang.String
Throws:
RemoteException

getEntityBeanName

String getEntityBeanName()
                         throws RemoteException
This method gets the Entity Bean Name

Returns:
java.lang.String
Throws:
RemoteException

getEntityFieldName

String getEntityFieldName()
                          throws RemoteException
This method gets the Entity Field Name

Returns:
java.lang.String
Throws:
RemoteException

getGetterSetter

String getGetterSetter()
                       throws RemoteException
This method gets the Getter Setter

Returns:
java.lang.String
Throws:
RemoteException

getNumberOfOccurrencesMethod

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

Returns:
java.lang.String
Throws:
RemoteException

getParameterType

String getParameterType()
                        throws RemoteException
This method gets the parameter Type

Returns:
java.lang.String
Throws:
RemoteException

getParentField

String getParentField()
                      throws RemoteException
This method gets the parent Field

Returns:
java.lang.String
Throws:
RemoteException

getPkSequence

int getPkSequence()
                  throws RemoteException
This method gets the PK sequence

Returns:
int
Throws:
RemoteException

getRestartKey

String getRestartKey()
                     throws RemoteException
This method gets the restart Key

Returns:
java.lang.String
Throws:
RemoteException

getSequence

int getSequence()
                throws RemoteException
This method gets the sequence

Returns:
int
Throws:
RemoteException

getTierKey

String getTierKey()
                  throws RemoteException
This method gets the tierKey

Returns:
java.lang.String
Throws:
RemoteException

getTxnCode

String getTxnCode()
                  throws RemoteException
This method gets the Txn cODE

Returns:
java.lang.String
Throws:
RemoteException

getTxnFieldName

String getTxnFieldName()
                       throws RemoteException
This method gets the Txn Field Name

Returns:
java.lang.String
Throws:
RemoteException

getTxnType

String getTxnType()
                  throws RemoteException
This method gets the Txn tYPE

Returns:
java.lang.String
Throws:
RemoteException

getUsedInTier

String getUsedInTier()
                     throws RemoteException
This method gets the Used in Tier

Returns:
java.lang.String
Throws:
RemoteException


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