org.biojava3.ws.alignment.qblast
Class BlastJob

java.lang.Object
  extended by org.biojava3.ws.alignment.qblast.BlastJob

public class BlastJob
extends Object

Information about QBlast search job

Author:
Gediminas Rimsa

Constructor Summary
BlastJob()
           
 
Method Summary
 long getExpectedExecutionTime()
           
 String getId()
          Request id (RID) as received from QBlast server
 long getStartTimestamp()
           
 void setExpectedExecutionTime(long expectedExecutionTime)
           
 void setId(String id)
           
 void setStartTimestamp(long startTimestamp)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlastJob

public BlastJob()
Method Detail

getId

public String getId()
Request id (RID) as received from QBlast server

Returns:

setId

public void setId(String id)

getStartTimestamp

public long getStartTimestamp()

setStartTimestamp

public void setStartTimestamp(long startTimestamp)

getExpectedExecutionTime

public long getExpectedExecutionTime()

setExpectedExecutionTime

public void setExpectedExecutionTime(long expectedExecutionTime)

toString

public String toString()
Overrides:
toString in class Object