com.bankframe.ei.txnhandler.tierfield
Class TierFieldBean

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.tierfield.TierFieldBean
Direct Known Subclasses:
TierFieldBean

public abstract class TierFieldBean
extends java.lang.Object

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


Field Summary
 java.lang.String getRecordMethod
           
 java.lang.String numberOfOccurrencesMethod
           
 java.lang.String tierFieldId
           
 java.lang.String txnCode
           
 
Constructor Summary
TierFieldBean()
           
 
Method Summary
 void create(java.lang.String tierFieldId, java.lang.String txnCode, java.lang.String getRecordMethod, java.lang.String numberOfOccurrencesMethod)
          Initialise DestinationBean Instance
 java.lang.String getGetRecordMethod()
          This method returns the value of the RecordMethod
 java.lang.String getNumberOfOccurrencesMethod()
          This method returns the value of the NumberOfOccurrences
 java.lang.String getTierFieldId()
          This method returns the value of the TierFieldId
 java.lang.String getTxnCode()
          This method returns the value of the TxnCode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tierFieldId

public java.lang.String tierFieldId

txnCode

public java.lang.String txnCode

getRecordMethod

public java.lang.String getRecordMethod

numberOfOccurrencesMethod

public java.lang.String numberOfOccurrencesMethod
Constructor Detail

TierFieldBean

public TierFieldBean()
Method Detail

create

public void create(java.lang.String tierFieldId,
                   java.lang.String txnCode,
                   java.lang.String getRecordMethod,
                   java.lang.String numberOfOccurrencesMethod)
            throws javax.ejb.CreateException
Initialise DestinationBean Instance

Throws:
javax.ejb.CreateException

getGetRecordMethod

public java.lang.String getGetRecordMethod()
This method returns the value of the RecordMethod

Returns:
String

getNumberOfOccurrencesMethod

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

Returns:
String

getTierFieldId

public java.lang.String getTierFieldId()
This method returns the value of the TierFieldId

Returns:
String

getTxnCode

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

Returns:
String


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