eu.xtreemos.xosd.jobmng
Class JobMng.JobRecreationInfo

java.lang.Object
  extended by eu.xtreemos.xosd.jobmng.JobMng.JobRecreationInfo
Enclosing class:
JobMng

public class JobMng.JobRecreationInfo
extends java.lang.Object


Field Summary
protected  java.lang.String checkpointVersion
           
protected  java.lang.String jobId
           
protected  java.lang.Integer jobUnitId
           
protected  java.lang.String xmlCPRSTFile
           
 
Constructor Summary
JobMng.JobRecreationInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jobId

protected java.lang.String jobId

jobUnitId

protected java.lang.Integer jobUnitId

xmlCPRSTFile

protected java.lang.String xmlCPRSTFile

checkpointVersion

protected java.lang.String checkpointVersion
Constructor Detail

JobMng.JobRecreationInfo

public JobMng.JobRecreationInfo()