compbio.stat.collector
Class JobStat

java.lang.Object
  extended by compbio.stat.collector.JobStat

public class JobStat
extends Object


Method Summary
 boolean equals(Object obj)
           
 String getClusterJobId()
           
 String getEscJobname()
           
 String getFinish()
           
 long getInputSize()
           
 boolean getIsCancelled()
           
 boolean getIsCollected()
           
 boolean getIsFinished()
           
 String getJobname()
           
 long getResultSize()
           
 int getRuntime()
           
 String getStart()
           
 Services getWebService()
           
 int hashCode()
           
 boolean hasResult()
           
 boolean hasStarted()
           
 boolean isClusterJob()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

isClusterJob

public boolean isClusterJob()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getRuntime

public int getRuntime()

toString

public String toString()
Overrides:
toString in class Object

getWebService

public Services getWebService()

getClusterJobId

public String getClusterJobId()

getJobname

public String getJobname()

getEscJobname

public String getEscJobname()

getStart

public String getStart()

getFinish

public String getFinish()

getInputSize

public long getInputSize()

getResultSize

public long getResultSize()

hasResult

public boolean hasResult()

hasStarted

public boolean hasStarted()

getIsCollected

public boolean getIsCollected()

getIsCancelled

public boolean getIsCancelled()

getIsFinished

public boolean getIsFinished()