|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.ei.txnhandler.TransactionDetails
public class TransactionDetails
| Constructor Summary | |
|---|---|
TransactionDetails(DataPacket txnData,
String txnCode,
String txnType,
DataFormat dataformat,
Object connection,
boolean isAsync)
|
|
| Method Summary | |
|---|---|
Object |
getConnection()
|
DataFormat |
getDataFormat()
|
Object |
getHostResponse()
|
boolean |
getIsAsynchronous()
|
boolean |
getIsEAB()
|
String |
getTxnCode()
|
DataPacket |
getTxnData()
|
String |
getTxnType()
|
void |
setHostResponse(Object newHostResponse)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransactionDetails(DataPacket txnData,
String txnCode,
String txnType,
DataFormat dataformat,
Object connection,
boolean isAsync)
throws ProcessingErrorException
ProcessingErrorException| Method Detail |
|---|
public Object getHostResponse()
public void setHostResponse(Object newHostResponse)
public Object getConnection()
public DataFormat getDataFormat()
public boolean getIsAsynchronous()
public boolean getIsEAB()
public DataPacket getTxnData()
public String getTxnCode()
public String getTxnType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||