| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |
java.lang.Object
|
+--com.ibm.websphere.batch.BatchJobStepKey
Field Summary | |
---|---|
public String | jobID
|
public String | stepID
|
Constructor Summary | |
---|---|
BatchJobStepKey()
Creates an empty key for Entity Bean. |
|
BatchJobStepKey(java.lang.String, java.lang.String)
|
Method Summary | |
---|---|
public
boolean | equals(java.lang.Object)
Returns true if both keys are equal.
|
public
int | hashCode()
Returns the hash code for the key.
|
Methods inherited from java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public jobID
public stepID
Constructor Detail |
public BatchJobStepKey( | ) |
public BatchJobStepKey( | String jobID , | String stepID )
|
Method Detail |
public boolean equals( | Object otherKey )
|
public int hashCode( | ) |
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |