|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.txnhandler.tierfield.TierFieldBean
public abstract class TierFieldBean
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 |
---|
public String tierFieldId
public String txnCode
public String getRecordMethod
public String numberOfOccurrencesMethod
Constructor Detail |
---|
public TierFieldBean()
Method Detail |
---|
public void create(String tierFieldId, String txnCode, String getRecordMethod, String numberOfOccurrencesMethod) throws CreateException
tierFieldId
- StringtxnCode
- StringgetRecordMethod
- StringnumberOfOccurrencesMethod
- String
CreateException
public String getGetRecordMethod()
public String getNumberOfOccurrencesMethod()
public String getTierFieldId()
public String getTxnCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |