java.lang.Objectcom.ibm.commerce.collaboration.cc.objects.QueueKey
Key class for Entity Bean: Queue
Field Summary | |
java.lang.Integer | Queue_id Implemetation field for persistent attribute: Queue_id |
Constructor Summary | |
QueueKey() Creates an empty key for Entity Bean: Queue |
|
QueueKey(java.lang.Integer Queue_id) Creates a key for Entity Bean: Queue |
Method Summary | |
boolean | equals(java.lang.Object otherKey) Returns true if both keys are equal. |
int | hashCode() Returns the hash code for the key. |
java.lang.String | toString() |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.Integer Queue_id
Constructor Detail |
public QueueKey()
public QueueKey(java.lang.Integer Queue_id)
Method Detail |
public boolean equals(java.lang.Object otherKey)
public int hashCode()
public java.lang.String toString()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.