util.bio.wrappers
Class BL2SeqHit
java.lang.Object
util.bio.wrappers.BL2SeqHit
- public class BL2SeqHit
- extends java.lang.Object
BL2Seq result container.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BL2SeqHit
public BL2SeqHit()
getOrientation
public int getOrientation()
setOrientation
public void setOrientation(int orientation)
getRawScore
public int getRawScore()
setRawScore
public void setRawScore(int rawScore)
getSeq1
public java.lang.String getSeq1()
setSeq1
public void setSeq1(java.lang.String seq1)
getSeq2
public java.lang.String getSeq2()
setSeq2
public void setSeq2(java.lang.String seq2)
getStartSeq1
public int getStartSeq1()
setStartSeq1
public void setStartSeq1(int startSeq1)
getStartSeq2
public int getStartSeq2()
setStartSeq2
public void setStartSeq2(int startSeq2)
getStopSeq1
public int getStopSeq1()
setStopSeq1
public void setStopSeq1(int stopSeq1)
getStopSeq2
public int getStopSeq2()
setStopSeq2
public void setStopSeq2(int stopSeq2)