|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.txnhandler.impl.responseindex.ResponseIndexPK
public class ResponseIndexPK
This is the primaryKey class of the ResponseIndex EJB.
Field Summary | |
---|---|
String |
indexName
|
String |
txnCode
|
String |
txnType
|
Fields inherited from interface com.bankframe.ejb.EPrimaryKey |
---|
serialVersionUID |
Constructor Summary | |
---|---|
ResponseIndexPK()
Default constructor |
|
ResponseIndexPK(String txnCode,
String txnType,
String indexName)
Initialize a key from the passed values |
Method Summary | |
---|---|
boolean |
equals(Object o)
equals method |
int |
hashCode()
hashCode method |
DataPacket |
toDataPacket()
This method converts this primary-key's values to a DataPacket |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.bankframe.ejb.EPrimaryKey |
---|
toString |
Field Detail |
---|
public String txnCode
public String txnType
public String indexName
Constructor Detail |
---|
public ResponseIndexPK()
public ResponseIndexPK(String txnCode, String txnType, String indexName)
txnCode
- txnType
- Method Detail |
---|
public boolean equals(Object o)
equals
in interface EPrimaryKey
equals
in class Object
o
-
public int hashCode()
hashCode
in interface EPrimaryKey
hashCode
in class Object
public DataPacket toDataPacket()
toDataPacket
in interface EPrimaryKey
RESPONSE_INDEX
and the keys
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |