|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.services.route.RoutePK
This is the interface of the Primary Key for the EJBean ServiceBean.
Field Summary | |
java.lang.String |
requestId
|
Fields inherited from interface com.bankframe.ejb.EPrimaryKey |
serialVersionUID |
Constructor Summary | |
RoutePK()
Default Class constructor |
|
RoutePK(java.lang.String requestId)
Class constructor. |
Method Summary | |
boolean |
equals(java.lang.Object o)
This method is required by the EJB1.1 specification. |
int |
hashCode()
This method is required by the EJB1.1 specification. |
DataPacket |
toDataPacket()
This method converts this primary key's values to a DataPacket. |
java.lang.String |
toString()
This method converts this primary-key's attributes to human readable form. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.String requestId
Constructor Detail |
public RoutePK()
public RoutePK(java.lang.String requestId)
requestId
- the string for the primary keyMethod Detail |
public boolean equals(java.lang.Object o)
equals
in interface EPrimaryKey
public int hashCode()
hashCode
in interface EPrimaryKey
public java.lang.String toString()
EPrimaryKey
toString
in interface EPrimaryKey
public DataPacket toDataPacket()
EPrimaryKey
toDataPacket
in interface EPrimaryKey
EPrimaryKey.toDataPacket()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |