com.bankframe.services.impl.audit.auditroute
Class AuditRoutePK

java.lang.Object
  extended bycom.bankframe.services.impl.audit.auditroute.AuditRoutePK
All Implemented Interfaces:
EPrimaryKey, java.io.Serializable

public class AuditRoutePK
extends java.lang.Object
implements EPrimaryKey, java.io.Serializable

The AuditRoutePK class.

See Also:
Serialized Form

Field Summary
 java.lang.String requestId
          The requestId which is the primary key.
 
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

requestId

public java.lang.String requestId
The requestId which is the primary key.

Constructor Detail

AuditRoutePK

public AuditRoutePK()
AuditRoutePK default constructor.


AuditRoutePK

public AuditRoutePK(java.lang.String argRequestId)
Initialize a key from the passed values

Parameters:
argRequestId - java.lang.String
Method Detail

equals

public boolean equals(java.lang.Object o)
Description copied from interface: EPrimaryKey
This method determines if this instance is equal to the specified instance.

Specified by:
equals in interface EPrimaryKey

hashCode

public int hashCode()
Description copied from interface: EPrimaryKey
This method returns a hash-code value for this instance.

Specified by:
hashCode in interface EPrimaryKey

toDataPacket

public DataPacket toDataPacket()
Description copied from interface: EPrimaryKey
This method converts this primary key's values to a DataPacket.

Specified by:
toDataPacket in interface EPrimaryKey
Returns:
the DataPacketRepresenation of the primary key


Copyright © 2005, 2007, Oracle. All rights reserved.