com.bankframe.ei.txnhandler.tierfield
Class TierFieldBean

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

public abstract class TierFieldBean
extends Object

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


Field Summary
 String getRecordMethod
           
 String numberOfOccurrencesMethod
           
 String tierFieldId
           
 String txnCode
           
 
Constructor Summary
TierFieldBean()
           
 
Method Summary
 void create(String tierFieldId, String txnCode, String getRecordMethod, String numberOfOccurrencesMethod)
          Initialise DestinationBean Instance
 String getGetRecordMethod()
          This method returns the value of the RecordMethod
 String getNumberOfOccurrencesMethod()
          This method returns the value of the NumberOfOccurrences
 String getTierFieldId()
          This method returns the value of the TierFieldId
 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 String tierFieldId

txnCode

public String txnCode

getRecordMethod

public String getRecordMethod

numberOfOccurrencesMethod

public String numberOfOccurrencesMethod
Constructor Detail

TierFieldBean

public TierFieldBean()
Method Detail

create

public void create(String tierFieldId,
                   String txnCode,
                   String getRecordMethod,
                   String numberOfOccurrencesMethod)
            throws CreateException
Initialise DestinationBean Instance

Parameters:
tierFieldId - String
txnCode - String
getRecordMethod - String
numberOfOccurrencesMethod - String
Throws:
CreateException

getGetRecordMethod

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

Returns:
String

getNumberOfOccurrencesMethod

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

Returns:
String

getTierFieldId

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

Returns:
String

getTxnCode

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

Returns:
String


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