com.ibm.commerce.collaboration.cc.objects
Class QueueCSRKey

java.lang.Object
  |
  +--com.ibm.commerce.collaboration.cc.objects.QueueCSRKey
All Implemented Interfaces:
java.io.Serializable

public class QueueCSRKey
extends java.lang.Object
implements java.io.Serializable

Key class for Entity Bean: QueueCSR

See Also:
Serialized Form

Field Summary
 java.lang.Long CSR_id
          Implemetation field for persistent attribute: CSR_id
 java.lang.Integer Queue_id
          Implemetation field for persistent attribute: Queue_id
 
Constructor Summary
QueueCSRKey()
          Creates an empty key for Entity Bean: QueueCSR
QueueCSRKey(java.lang.Integer Queue_id, java.lang.Long CSR_id)
          Creates a key for Entity Bean: QueueCSR
 
Method Summary
 boolean equals(java.lang.Object otherKey)
          Returns true if both keys are equal.
 int hashCode()
          Returns the hash code for the key.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Queue_id

public java.lang.Integer Queue_id
Implemetation field for persistent attribute: Queue_id

CSR_id

public java.lang.Long CSR_id
Implemetation field for persistent attribute: CSR_id
Constructor Detail

QueueCSRKey

public QueueCSRKey()
Creates an empty key for Entity Bean: QueueCSR

QueueCSRKey

public QueueCSRKey(java.lang.Integer Queue_id,
                   java.lang.Long CSR_id)
Creates a key for Entity Bean: QueueCSR
Parameters:
Queue_id - Queue Id
CSR_id - CSR Id
Method Detail

equals

public boolean equals(java.lang.Object otherKey)
Returns true if both keys are equal.
Overrides:
equals in class java.lang.Object
Returns:
true when the two key objects are equal

hashCode

public int hashCode()
Returns the hash code for the key.
Overrides:
hashCode in class java.lang.Object
Returns:
hash code of the key object