com.bankframe.services.impl.audit.auditrecord
Class AuditRecordPK

java.lang.Object
  |
  +--com.bankframe.services.impl.audit.auditrecord.AuditRecordPK
All Implemented Interfaces:
EPrimaryKey, java.io.Serializable

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

The AuditRecordPK class.

See Also:
Serialized Form

Field Summary
 java.lang.String auditDate
           
 java.lang.String auditTime
           
 java.lang.String requestId
           
 java.lang.String uniqueAuditId
           
 
Fields inherited from interface com.bankframe.ejb.EPrimaryKey
serialVersionUID
 
Constructor Summary
AuditRecordPK()
           
AuditRecordPK(java.lang.String argAuditTime, java.lang.String argRequestId, java.lang.String argAuditDate, java.lang.String argUniqueAuditId)
          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

auditDate

public java.lang.String auditDate

auditTime

public java.lang.String auditTime

requestId

public java.lang.String requestId

uniqueAuditId

public java.lang.String uniqueAuditId
Constructor Detail

AuditRecordPK

public AuditRecordPK()

AuditRecordPK

public AuditRecordPK(java.lang.String argAuditTime,
                     java.lang.String argRequestId,
                     java.lang.String argAuditDate,
                     java.lang.String argUniqueAuditId)
Initialize a key from the passed values

Parameters:
argAuditTime - java.lang.String
argRequestId - java.lang.String
argAuditDate - java.lang.String
argUniqueAuditId - 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
Overrides:
equals in class java.lang.Object
Parameters:
o - the instance to compare to.
Returns:
true if this instance is equal to the specified instance, false otherwise.

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
Overrides:
hashCode in class java.lang.Object
Returns:
the result of the hash operation

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 Siebel Systems, Inc. All rights reserved.