com.ibm.batch.container.services.impl
Class JobInformationKey

java.lang.Object
  extended by com.ibm.batch.container.services.impl.JobInformationKey
All Implemented Interfaces:
IPersistenceDataKey

public class JobInformationKey
extends Object
implements IPersistenceDataKey


Constructor Summary
JobInformationKey(long jobInstanceId)
           
 
Method Summary
 long getJobInstanceId()
           
 Long getKeyPrimitive()
          Returns an object which could be used as a DB key.
 void setJobInstanceId(long jobInstanceId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JobInformationKey

public JobInformationKey(long jobInstanceId)
Method Detail

getJobInstanceId

public long getJobInstanceId()

setJobInstanceId

public void setJobInstanceId(long jobInstanceId)

getKeyPrimitive

public Long 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.