|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.txnhandler.eabtransactionfield.EABTransactionFieldBean
public abstract class EABTransactionFieldBean
This class defines the attributes of the EABTransactionField Entity and the accessor methods for those attributes.
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 |
---|
public String txnCode
public String txnType
public String commandName
public String defaultValue
public String tierKey
public String direction
public String parentField
public String getterSetter
public String parameterType
public String dataPacketKey
public String entityBeanName
public int pkSequence
public String numberOfOccurrencesMethod
public String txnFieldName
public String entityFieldName
public String restartKey
public int sequence
public String usedInTier
Constructor Detail |
---|
public EABTransactionFieldBean()
Method Detail |
---|
public String getCommandName()
public String getDataPacketKey()
public String getDefaultValue()
public String getDirection()
public String getEntityBeanName()
public String getEntityFieldName()
public String getGetterSetter()
public String getNumberOfOccurrencesMethod()
public String getParameterType()
public String getParentField()
public int getPkSequence()
public String getRestartKey()
public int getSequence()
public String getTierKey()
public String getTxnCode()
public String getTxnFieldName()
public String getTxnType()
public String getUsedInTier()
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
CreateException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |