|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.services.impl.audit.auditroute.AuditRoutePK
public class AuditRoutePK
The AuditRoutePK class.
Field Summary | |
---|---|
String |
requestId
The requestId which is the primary key. |
Constructor Summary | |
---|---|
AuditRoutePK()
AuditRoutePK default constructor. |
|
AuditRoutePK(String argRequestId)
Initialize a key from the passed values |
Method Summary | |
---|---|
boolean |
equals(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 String requestId
Constructor Detail |
---|
public AuditRoutePK()
public AuditRoutePK(String argRequestId)
argRequestId
- java.lang.StringMethod Detail |
---|
public boolean equals(Object o)
EPrimaryKey
equals
in interface EPrimaryKey
equals
in class Object
o
- the instance to compare to.
public int hashCode()
EPrimaryKey
hashCode
in interface EPrimaryKey
hashCode
in class Object
public DataPacket toDataPacket()
EPrimaryKey
toDataPacket
in interface EPrimaryKey
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |