fr.ens.transcriptome.doelan.data
Class QualityTestResult

java.lang.Object
  extended byfr.ens.transcriptome.doelan.data.QualityTestResult
Direct Known Subclasses:
QualityGlobalTestResult, QualityUnitTestResult

public abstract class QualityTestResult
extends java.lang.Object

This clas is the abstract superclass of QualityUnitTest and QualityGlobalUnit

Author:
Laurent Jourdren

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

QualityTestResult

public QualityTestResult()
Method Detail

getId

public int getId()
Get identifier of the result.

Returns:
the identifier of the result

getMessage

public java.lang.String getMessage()
Get message of the test.

Returns:
The message from the test

getTestDescription

public java.lang.String getTestDescription()
Get Test description.

Returns:
The description of the test

getParameters

public fr.ens.transcriptome.nividic.util.parameter.Parameters getParameters()
Get the parameters

Returns:
The parameters of the test

getImage

public java.awt.Image getImage()
Get the image.

Returns:
Returns the image

getResult

public boolean getResult()
Get the result

Returns:
Returns the result

getTestId

public java.lang.String getTestId()
The identifier of the test.

Returns:
The identifier of the test

getTestType

public java.lang.String getTestType()
Get the type of the test

Returns:
The type of the test

getBioAssay

public java.lang.String getBioAssay()
Get the bioassay reference.

Returns:
The bioassay reference

setMessage

public void setMessage(java.lang.String message)
Set the message of the test.

Parameters:
message - Message to set

setTestDescription

public void setTestDescription(java.lang.String description)
Set Test description.

Parameters:
description - The description of the test

setParameters

public void setParameters(fr.ens.transcriptome.nividic.util.parameter.Parameters parameters)
Set the parameters of the test.

Parameters:
parameters - The parameters of the test

setImage

public void setImage(java.awt.Image image)
Set the image.

Parameters:
image - The image to set

setResult

public void setResult(boolean result)
Set the result

Parameters:
result - The result to set

setTestId

public void setTestId(java.lang.String id)
Set the identifier of the test.

Parameters:
id - The identifier of the test

setTestType

public void setTestType(java.lang.String type)
Set the type of the test.

Parameters:
type - The type of the test

setBioAssay

public void setBioAssay(java.lang.String reference)
Set the bioassay reference.

Parameters:
reference - The reference of the bioassay

setBioAssay

public void setBioAssay(fr.ens.transcriptome.nividic.om.BioAssay bioassay)
Set the bioassay reference.

Parameters:
bioassay - The bioassay


Copyright © 2004-2005 École Normale Supérieure Microarray Platform. All Rights Reserved.