|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.txnhandler.transactionroute.TransactionRouteBean
public abstract class TransactionRouteBean
This class is the TransactionRouteBean Entity Bean which maintains information on the type of Connector and DataFormat class to use for a specific transaction type
Field Summary | |
---|---|
String |
dataFormat
|
String |
destinationId
|
int |
hostSequenceNumber
|
String |
txnCode
|
String |
txnType
|
Constructor Summary | |
---|---|
TransactionRouteBean()
|
Method Summary | |
---|---|
void |
create(String txnCode,
String txnType,
String destinationId,
String dataFormat,
int hostSequenceNumber)
Initialise TransactionRouteBean |
String |
getDataFormat()
This method returns the Data-Format class name |
void |
getDataFormat(String dataFormat)
This method sets the Data-Format class name |
String |
getDestinationId()
This method returns the Data-Format class name |
int |
getHostSequenceNumber()
This method will get the host sequence number |
String |
getTxnCode()
This method returns this transaction's code |
String |
getTxnType()
This method returns this transaction's type |
boolean |
isModified()
This method checks if this transaction route has been modified |
void |
setDestinationId(String newValue)
This method sets Destination Id |
void |
setHostSequenceNumber(int newValue)
This method sets the host sequence number |
void |
setTxnCode(String newValue)
This method sets Transaction Code |
void |
setTxnType(String newValue)
This method sets transaction type |
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 destinationId
public String dataFormat
public int hostSequenceNumber
Constructor Detail |
---|
public TransactionRouteBean()
Method Detail |
---|
public void create(String txnCode, String txnType, String destinationId, String dataFormat, int hostSequenceNumber) throws CreateException
txnCode
- Transaction CodetxnType
- Transaction TypedestinationId
- Destination IDdataFormat
- is the DataFormat class
CreateException
public String getDataFormat()
public void getDataFormat(String dataFormat)
public String getDestinationId()
public String getTxnCode()
public String getTxnType()
public boolean isModified()
public void setDestinationId(String newValue)
newValue
- new Destination Idpublic void setTxnCode(String newValue)
newValue
- new transaction codepublic void setTxnType(String newValue)
newValue
- New transaction typepublic void setHostSequenceNumber(int newValue)
newValue
- public int getHostSequenceNumber()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |