com.bankframe.ei.txnhandler.eabtransactionfield
Class EABTransactionFieldBean

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.eabtransactionfield.EABTransactionFieldBean
Direct Known Subclasses:
EABTransactionFieldBean

public abstract class EABTransactionFieldBean
extends java.lang.Object

This class defines the attributes of the EABTransactionField Entity and the accessor methods for those attributes.


Field Summary
 java.lang.String commandName
           
 java.lang.String dataPacketKey
           
 java.lang.String defaultValue
           
 java.lang.String direction
           
 java.lang.String entityBeanName
           
 java.lang.String entityFieldName
           
 java.lang.String getterSetter
           
 java.lang.String numberOfOccurrencesMethod
           
 java.lang.String parameterType
           
 java.lang.String parentField
           
 int pkSequence
           
 java.lang.String restartKey
           
 int sequence
           
 java.lang.String tierKey
           
 java.lang.String txnCode
           
 java.lang.String txnFieldName
           
 java.lang.String txnType
           
 java.lang.String usedInTier
           
 
Constructor Summary
EABTransactionFieldBean()
           
 
Method Summary
 void create(java.lang.String txnCode, java.lang.String txnType, java.lang.String commandName, java.lang.String defaultValue, java.lang.String tierKey, java.lang.String direction, java.lang.String parentField, java.lang.String getterSetter, java.lang.String parameterType, java.lang.String dataPacketKey, java.lang.String entityBeanName, int pkSequence, java.lang.String numberOfOccurrencesMethod, java.lang.String txnFieldName, java.lang.String entityFieldName, java.lang.String restartKey, int sequence, java.lang.String usedInTier)
          Initialise EABTransactionFieldBean Instance
 java.lang.String getCommandName()
          This method returns the value of the command bean name
 java.lang.String getDataPacketKey()
          This method returns the value of the dataPacketKey
 java.lang.String getDefaultValue()
          This method returns the value of the defaultValue
 java.lang.String getDirection()
          This method returns the value of the direction
 java.lang.String getEntityBeanName()
          This method returns the value of the entityBeanName
 java.lang.String getEntityFieldName()
          This method returns the value of the entityFieldName
 java.lang.String getGetterSetter()
          This method returns the value of the getterSetter
 java.lang.String getNumberOfOccurrencesMethod()
          This method returns the value of the numberOfOccurrencesMethod
 java.lang.String getParameterType()
          This method returns the value of the parameterType
 java.lang.String getParentField()
          This method returns the value of the parentField
 int getPkSequence()
          This method returns the value of the pkSequence
 java.lang.String getRestartKey()
          This method returns the value of the restartKey
 int getSequence()
          This method returns the value of the sequence
 java.lang.String getTierKey()
          This method returns the value of the tierKey
 java.lang.String getTxnCode()
          This method returns the value of the txnCode
 java.lang.String getTxnFieldName()
          This method returns the value of the txnFieldName
 java.lang.String getTxnType()
          This method returns the value of the txnType
 java.lang.String getUsedInTier()
          This method returns the value of the usedInTier
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

txnCode

public java.lang.String txnCode

txnType

public java.lang.String txnType

commandName

public java.lang.String commandName

defaultValue

public java.lang.String defaultValue

tierKey

public java.lang.String tierKey

direction

public java.lang.String direction

parentField

public java.lang.String parentField

getterSetter

public java.lang.String getterSetter

parameterType

public java.lang.String parameterType

dataPacketKey

public java.lang.String dataPacketKey

entityBeanName

public java.lang.String entityBeanName

pkSequence

public int pkSequence

numberOfOccurrencesMethod

public java.lang.String numberOfOccurrencesMethod

txnFieldName

public java.lang.String txnFieldName

entityFieldName

public java.lang.String entityFieldName

restartKey

public java.lang.String restartKey

sequence

public int sequence

usedInTier

public java.lang.String usedInTier
Constructor Detail

EABTransactionFieldBean

public EABTransactionFieldBean()
Method Detail

getCommandName

public java.lang.String getCommandName()
This method returns the value of the command bean name

Returns:
String

getDataPacketKey

public java.lang.String getDataPacketKey()
This method returns the value of the dataPacketKey

Returns:
String

getDefaultValue

public java.lang.String getDefaultValue()
This method returns the value of the defaultValue

Returns:
String

getDirection

public java.lang.String getDirection()
This method returns the value of the direction

Returns:
String

getEntityBeanName

public java.lang.String getEntityBeanName()
This method returns the value of the entityBeanName

Returns:
String

getEntityFieldName

public java.lang.String getEntityFieldName()
This method returns the value of the entityFieldName

Returns:
String

getGetterSetter

public java.lang.String getGetterSetter()
This method returns the value of the getterSetter

Returns:
String

getNumberOfOccurrencesMethod

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

Returns:
String

getParameterType

public java.lang.String getParameterType()
This method returns the value of the parameterType

Returns:
String

getParentField

public java.lang.String getParentField()
This method returns the value of the parentField

Returns:
String

getPkSequence

public int getPkSequence()
This method returns the value of the pkSequence

Returns:
String

getRestartKey

public java.lang.String getRestartKey()
This method returns the value of the restartKey

Returns:
String

getSequence

public int getSequence()
This method returns the value of the sequence

Returns:
String

getTierKey

public java.lang.String getTierKey()
This method returns the value of the tierKey

Returns:
String

getTxnCode

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

Returns:
String

getTxnFieldName

public java.lang.String getTxnFieldName()
This method returns the value of the txnFieldName

Returns:
String

getTxnType

public java.lang.String getTxnType()
This method returns the value of the txnType

Returns:
String

getUsedInTier

public java.lang.String getUsedInTier()
This method returns the value of the usedInTier

Returns:
String

create

public void create(java.lang.String txnCode,
                   java.lang.String txnType,
                   java.lang.String commandName,
                   java.lang.String defaultValue,
                   java.lang.String tierKey,
                   java.lang.String direction,
                   java.lang.String parentField,
                   java.lang.String getterSetter,
                   java.lang.String parameterType,
                   java.lang.String dataPacketKey,
                   java.lang.String entityBeanName,
                   int pkSequence,
                   java.lang.String numberOfOccurrencesMethod,
                   java.lang.String txnFieldName,
                   java.lang.String entityFieldName,
                   java.lang.String restartKey,
                   int sequence,
                   java.lang.String usedInTier)
            throws javax.ejb.CreateException
Initialise EABTransactionFieldBean Instance

Throws:
javax.ejb.CreateException


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