|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.bankframe.services.impl.audit.auditroute.AuditRoutePK
The AuditRoutePK class.
| Field Summary | |
java.lang.String |
requestId
The requestId which is the primary key. |
| Fields inherited from interface com.bankframe.ejb.EPrimaryKey |
serialVersionUID |
| Constructor Summary | |
AuditRoutePK()
AuditRoutePK default constructor. |
|
AuditRoutePK(java.lang.String argRequestId)
Initialize a key from the passed values |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
This method determines if this instance is equal to the specified instance. |
int |
hashCode()
This method returns a hash-code value for this instance. |
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 java.lang.String requestId
| Constructor Detail |
public AuditRoutePK()
public AuditRoutePK(java.lang.String argRequestId)
argRequestId - java.lang.String| Method Detail |
public boolean equals(java.lang.Object o)
EPrimaryKey
equals in interface EPrimaryKeyequals in class java.lang.Objecto - the instance to compare to.
public int hashCode()
EPrimaryKey
hashCode in interface EPrimaryKeyhashCode in class java.lang.Objectpublic DataPacket toDataPacket()
EPrimaryKey
toDataPacket in interface EPrimaryKey
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||