com.ibm.websphere.batch

Class BatchJobStepKey

  1. java.lang.Object
  2. extended bycom.ibm.websphere.batch.BatchJobStepKey
All implemented interfaces:
java.io.Serializable

  1. public class BatchJobStepKey
  2. extends java.lang.Object
  3. implements java.io.Serializable
This is the Key class for a Batch Step EJB. The Batch Execution Environment uses this Key to identify a batch step EJB.
See Also:
Serialized Form

Field Summary

Modifier and Type Field and Description
  1. java.lang.String
jobID
Implementation field for persistent attribute: jobID
  1. java.lang.String
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
  1. boolean
equals(java.lang.Object otherKey)
Returns true if both keys are equal.
  1. 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

jobID

  1. public java.lang.String jobID
Implementation field for persistent attribute: jobID

stepID

  1. public java.lang.String stepID
Implementation field for persistent attribute: stepID

Constructor Detail

BatchJobStepKey

  1. public BatchJobStepKey()
Creates an empty key for the Entity Bean.

BatchJobStepKey

  1. public BatchJobStepKey(java.lang.String jobID,
  2. java.lang.String stepID)

Method Detail

equals

  1. public boolean equals(java.lang.Object otherKey)
Returns true if both keys are equal.
Overrides:
equals in class java.lang.Object

hashCode

  1. public int hashCode()
Returns the hash code for the key.
Overrides:
hashCode in class java.lang.Object