public class QueueCSRKey
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.Long | CSR_id
Implementation field for persistent attribute: CSR_id
|
java.lang.Integer | Queue_id
Implementation field for persistent attribute: Queue_id
|
Constructor and Description |
---|
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
|
public java.lang.Integer Queue_id
public java.lang.Long CSR_id
public QueueCSRKey()
public QueueCSRKey(java.lang.Integer Queue_id, java.lang.Long CSR_id)
public boolean equals(java.lang.Object otherKey)
public int hashCode()
public java.lang.String toString()