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

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

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

Key class for Entity Bean: QueueDesc

See Also:
Serialized Form

Field Summary
 java.lang.Integer Language_id
          Implemetation field for persistent attribute: Language_id
 java.lang.Integer Queue_id
          Implemetation field for persistent attribute: Queue_id
 
Constructor Summary
QueueDescKey()
          Creates an empty key for Entity Bean: QueueDesc
QueueDescKey(java.lang.Integer Queue_id, java.lang.Integer Language_id)
          Creates a key for Entity Bean: QueueDesc
 
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

Language_id

public java.lang.Integer Language_id
Implemetation field for persistent attribute: Language_id
Constructor Detail

QueueDescKey

public QueueDescKey()
Creates an empty key for Entity Bean: QueueDesc

QueueDescKey

public QueueDescKey(java.lang.Integer Queue_id,
                    java.lang.Integer Language_id)
Creates a key for Entity Bean: QueueDesc
Parameters:
Queue_id - Queue Id
Language_id - Language 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