com.ibm.batch.container.status
Class StepStatusKey
java.lang.Object
com.ibm.batch.container.status.StepStatusKey
- All Implemented Interfaces:
- IPersistenceDataKey
public class StepStatusKey
- extends Object
- implements IPersistenceDataKey
StepStatusKey
public StepStatusKey(long jobInstanceId,
String stepId)
getJobId
public long getJobId()
setJobId
public void setJobId(long id)
getStepId
public String getStepId()
setStepId
public void setStepId(String id)
getKeyPrimitive
public String getKeyPrimitive()
- Description copied from interface:
IPersistenceDataKey
- Returns an object which could be used as a DB key.
- Specified by:
getKeyPrimitive in interface IPersistenceDataKey
- Returns:
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.