|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.services.route.RoutePK
public class RoutePK
This is the interface of the Primary Key for the EJBean ServiceBean.
| Field Summary | |
|---|---|
String |
requestId
|
| Fields inherited from interface com.bankframe.ejb.EPrimaryKey |
|---|
serialVersionUID |
| Constructor Summary | |
|---|---|
RoutePK()
Default Class constructor |
|
RoutePK(String requestId)
Class constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(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. |
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 String requestId
| Constructor Detail |
|---|
public RoutePK()
public RoutePK(String requestId)
requestId - the string for the primary key| Method Detail |
|---|
public boolean equals(Object o)
equals in interface EPrimaryKeyequals in class Objecto - the object to compare to
public int hashCode()
hashCode in interface EPrimaryKeyhashCode in class Objectpublic String toString()
EPrimaryKey
toString in interface EPrimaryKeytoString in class Objectpublic DataPacket toDataPacket()
EPrimaryKey
toDataPacket in interface EPrimaryKeyEPrimaryKey.toDataPacket()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||