|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.txnhandler.impl.destinationejbmap.DestinationEjbMapPK
public class DestinationEjbMapPK
This class defines the primary key attributes of the DestinationEjbMap Entity
Field Summary | |
---|---|
String |
destinationId
|
String |
ejbName
|
String |
ejbOperation
|
Constructor Summary | |
---|---|
DestinationEjbMapPK()
Default Constructor. |
|
DestinationEjbMapPK(String argDestinationId,
String argEjbName,
String argEjbOperation)
Constructor taking the Primary Key |
Method Summary | |
---|---|
boolean |
equals(Object o)
This method checks if this Primary Key equals another |
int |
hashCode()
This method determines the hashcode for this primary key |
DataPacket |
toDataPacket()
This method converts this primary key 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 destinationId
public String ejbName
public String ejbOperation
Constructor Detail |
---|
public DestinationEjbMapPK()
public DestinationEjbMapPK(String argDestinationId, String argEjbName, String argEjbOperation)
Method Detail |
---|
public boolean equals(Object o)
equals
in interface EPrimaryKey
equals
in class Object
o
- java.lang.Object
public int hashCode()
hashCode
in interface EPrimaryKey
hashCode
in class Object
public DataPacket toDataPacket()
toDataPacket
in interface EPrimaryKey
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |