com.ibm.batch.container.status
Class StepStatusKey

java.lang.Object
  extended by com.ibm.batch.container.status.StepStatusKey
All Implemented Interfaces:
IPersistenceDataKey

public class StepStatusKey
extends Object
implements IPersistenceDataKey


Constructor Summary
StepStatusKey(long jobInstanceId, String stepId)
           
 
Method Summary
 long getJobId()
           
 String getKeyPrimitive()
          Returns an object which could be used as a DB key.
 String getStepId()
           
 void setJobId(long id)
           
 void setStepId(String id)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StepStatusKey

public StepStatusKey(long jobInstanceId,
                     String stepId)
Method Detail

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.