java.lang.Object | +--com.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. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait,
wait |
Field Detail |
---|
public java.lang.Integer Queue_id
Constructor Detail |
---|
public QueueKey()
public QueueKey(java.lang.Integer Queue_id)
Queue_id
- Queue IdMethod Detail |
---|
public boolean equals(java.lang.Object otherKey)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object