com.bankframe.ei.txnhandler.eabtransactionfield
Class EABTransactionFieldBean

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

public abstract class EABTransactionFieldBean
extends Object

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


Field Summary
 String commandName
           
 String dataPacketKey
           
 String defaultValue
           
 String direction
           
 String entityBeanName
           
 String entityFieldName
           
 String getterSetter
           
 String numberOfOccurrencesMethod
           
 String parameterType
           
 String parentField
           
 int pkSequence
           
 String restartKey
           
 int sequence
           
 String tierKey
           
 String txnCode
           
 String txnFieldName
           
 String txnType
           
 String usedInTier
           
 
Constructor Summary
EABTransactionFieldBean()
           
 
Method Summary
 void create(String txnCode, String txnType, String commandName, String defaultValue, String tierKey, String direction, String parentField, String getterSetter, String parameterType, String dataPacketKey, String entityBeanName, int pkSequence, String numberOfOccurrencesMethod, String txnFieldName, String entityFieldName, String restartKey, int sequence, String usedInTier)
          Initialise EABTransactionFieldBean Instance
 String getCommandName()
          This method returns the value of the command bean name
 String getDataPacketKey()
          This method returns the value of the dataPacketKey
 String getDefaultValue()
          This method returns the value of the defaultValue
 String getDirection()
          This method returns the value of the direction
 String getEntityBeanName()
          This method returns the value of the entityBeanName
 String getEntityFieldName()
          This method returns the value of the entityFieldName
 String getGetterSetter()
          This method returns the value of the getterSetter
 String getNumberOfOccurrencesMethod()
          This method returns the value of the numberOfOccurrencesMethod
 String getParameterType()
          This method returns the value of the parameterType
 String getParentField()
          This method returns the value of the parentField
 int getPkSequence()
          This method returns the value of the pkSequence
 String getRestartKey()
          This method returns the value of the restartKey
 int getSequence()
          This method returns the value of the sequence
 String getTierKey()
          This method returns the value of the tierKey
 String getTxnCode()
          This method returns the value of the txnCode
 String getTxnFieldName()
          This method returns the value of the txnFieldName
 String getTxnType()
          This method returns the value of the txnType
 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 String txnCode

txnType

public String txnType

commandName

public String commandName

defaultValue

public String defaultValue

tierKey

public String tierKey

direction

public String direction

parentField

public String parentField

getterSetter

public String getterSetter

parameterType

public String parameterType

dataPacketKey

public String dataPacketKey

entityBeanName

public String entityBeanName

pkSequence

public int pkSequence

numberOfOccurrencesMethod

public String numberOfOccurrencesMethod

txnFieldName

public String txnFieldName

entityFieldName

public String entityFieldName

restartKey

public String restartKey

sequence

public int sequence

usedInTier

public String usedInTier
Constructor Detail

EABTransactionFieldBean

public EABTransactionFieldBean()
Method Detail

getCommandName

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

Returns:
String

getDataPacketKey

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

Returns:
String

getDefaultValue

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

Returns:
String

getDirection

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

Returns:
String

getEntityBeanName

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

Returns:
String

getEntityFieldName

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

Returns:
String

getGetterSetter

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

Returns:
String

getNumberOfOccurrencesMethod

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

Returns:
String

getParameterType

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

Returns:
String

getParentField

public 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 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 String getTierKey()
This method returns the value of the tierKey

Returns:
String

getTxnCode

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

Returns:
String

getTxnFieldName

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

Returns:
String

getTxnType

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

Returns:
String

getUsedInTier

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

Returns:
String

create

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

Throws:
CreateException


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