|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ens.transcriptome.doelan.data.QualityTestResult
fr.ens.transcriptome.doelan.data.QualityGlobalTestResult
This class define a result from a QualityUnitTest
Constructor Summary | |
QualityGlobalTestResult(fr.ens.transcriptome.nividic.om.BioAssay bioassay,
QualityGlobalTest test)
Public constructor. |
Method Summary | |
double |
getThreshold()
Get the Threshold. |
java.lang.String |
getThresholdEqualityType()
Get the type of equality between the threshold and this value. |
java.lang.String |
getUnit()
Get the unit of the value and the threshold. |
double |
getValue()
Get the value. |
boolean |
isPercent()
Test if the value is a percentage. |
void |
setPercent(boolean percent)
Set if the value is a percentage. |
void |
setThreshold(double threshold)
Set the threshold. |
void |
setThresholdEqualityType(java.lang.String equality)
Set the equality type between the the threshold and its value. |
void |
setUnit(java.lang.String unit)
Set the unit of the value and the threshold. |
void |
setValue(double value)
Set the value. |
Methods inherited from class fr.ens.transcriptome.doelan.data.QualityTestResult |
getBioAssay, getId, getImage, getMessage, getParameters, getResult, getTestDescription, getTestId, getTestType, setBioAssay, setBioAssay, setImage, setMessage, setParameters, setResult, setTestDescription, setTestId, setTestType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QualityGlobalTestResult(fr.ens.transcriptome.nividic.om.BioAssay bioassay, QualityGlobalTest test)
bioassay
- The bioassay used for the testtest
- The test usedMethod Detail |
public double getThreshold()
public double getValue()
public boolean isPercent()
public java.lang.String getUnit()
public java.lang.String getThresholdEqualityType()
public void setThreshold(double threshold)
threshold
- The threshold to setpublic void setValue(double value)
value
- The value to setpublic void setPercent(boolean percent)
percent
- The percent to setpublic void setUnit(java.lang.String unit)
unit
- Unit to setpublic void setThresholdEqualityType(java.lang.String equality)
equality
- The equality to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |