java.lang.Object | +--com.ibm.commerce.collaboration.cc.objects.QueueDescKey
Key class for Entity Bean: QueueDesc
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 |
---|
public java.lang.Integer Queue_id
public java.lang.Integer Language_id
Constructor Detail |
---|
public QueueDescKey()
public QueueDescKey(java.lang.Integer Queue_id, java.lang.Integer Language_id)
Queue_id
- Queue IdLanguage_id
- Language IdMethod Detail |
---|
public boolean equals(java.lang.Object otherKey)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object