com.ibm.websphere.batch
Class BatchJobStepKey
- java.lang.Object
com.ibm.websphere.batch.BatchJobStepKey
All implemented interfaces:
java.io.Serializable
- public class BatchJobStepKey
- extends java.lang.Object
- implements java.io.Serializable
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
jobID
Implementation field for persistent attribute: jobID
|
|
stepID
Implementation field for persistent attribute: stepID
|
Constructor Summary
Constructor and Description |
---|
BatchJobStepKey()
Creates an empty key for the Entity Bean.
|
BatchJobStepKey(java.lang.String jobID,java.lang.String stepID)
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
equals(java.lang.Object otherKey)
Returns true if both keys are equal.
|
|
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
jobID
- public java.lang.String jobID
Implementation field for persistent attribute: jobID
stepID
- public java.lang.String stepID
Implementation field for persistent attribute: stepID
Constructor Detail
BatchJobStepKey
- public BatchJobStepKey()
Creates an empty key for the Entity Bean.
BatchJobStepKey
- public BatchJobStepKey(java.lang.String jobID,
- java.lang.String stepID)
Method Detail
equals
- public boolean equals(java.lang.Object otherKey)
Returns true if both keys are equal.
Overrides:
equals
in class java.lang.Object
hashCode
- public int hashCode()
Returns the hash code for the key.
Overrides:
hashCode
in class java.lang.Object