|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ens.transcriptome.doelan.data.QualityTestResult
This clas is the abstract superclass of QualityUnitTest and QualityGlobalUnit
Constructor Summary | |
QualityTestResult()
|
Method Summary | |
java.lang.String |
getBioAssay()
Get the bioassay reference. |
int |
getId()
Get identifier of the result. |
java.awt.Image |
getImage()
Get the image. |
java.lang.String |
getMessage()
Get message of the test. |
fr.ens.transcriptome.nividic.util.parameter.Parameters |
getParameters()
Get the parameters |
boolean |
getResult()
Get the result |
java.lang.String |
getTestDescription()
Get Test description. |
java.lang.String |
getTestId()
The identifier of the test. |
java.lang.String |
getTestType()
Get the type of the test |
void |
setBioAssay(fr.ens.transcriptome.nividic.om.BioAssay bioassay)
Set the bioassay reference. |
void |
setBioAssay(java.lang.String reference)
Set the bioassay reference. |
void |
setImage(java.awt.Image image)
Set the image. |
void |
setMessage(java.lang.String message)
Set the message of the test. |
void |
setParameters(fr.ens.transcriptome.nividic.util.parameter.Parameters parameters)
Set the parameters of the test. |
void |
setResult(boolean result)
Set the result |
void |
setTestDescription(java.lang.String description)
Set Test description. |
void |
setTestId(java.lang.String id)
Set the identifier of the test. |
void |
setTestType(java.lang.String type)
Set the type of the test. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QualityTestResult()
Method Detail |
public int getId()
public java.lang.String getMessage()
public java.lang.String getTestDescription()
public fr.ens.transcriptome.nividic.util.parameter.Parameters getParameters()
public java.awt.Image getImage()
public boolean getResult()
public java.lang.String getTestId()
public java.lang.String getTestType()
public java.lang.String getBioAssay()
public void setMessage(java.lang.String message)
message
- Message to setpublic void setTestDescription(java.lang.String description)
description
- The description of the testpublic void setParameters(fr.ens.transcriptome.nividic.util.parameter.Parameters parameters)
parameters
- The parameters of the testpublic void setImage(java.awt.Image image)
image
- The image to setpublic void setResult(boolean result)
result
- The result to setpublic void setTestId(java.lang.String id)
id
- The identifier of the testpublic void setTestType(java.lang.String type)
type
- The type of the testpublic void setBioAssay(java.lang.String reference)
reference
- The reference of the bioassaypublic void setBioAssay(fr.ens.transcriptome.nividic.om.BioAssay bioassay)
bioassay
- The bioassay
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |