java.lang.Object | +--com.ibm.commerce.collaboration.cc.objects.QueueCSRKey
Key class for Entity Bean: QueueCSR
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 |
---|
public java.lang.Integer Queue_id
public java.lang.Long CSR_id
Constructor Detail |
---|
public QueueCSRKey()
public QueueCSRKey(java.lang.Integer Queue_id, java.lang.Long CSR_id)
Queue_id
- Queue IdCSR_id
- CSR IdMethod Detail |
---|
public boolean equals(java.lang.Object otherKey)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object