fr.ens.transcriptome.doelan.data
Class TestSuiteResultData

java.lang.Object
  extended byfr.ens.transcriptome.nividic.platform.data.Data
      extended byfr.ens.transcriptome.doelan.data.TestSuiteResultData
All Implemented Interfaces:
fr.ens.transcriptome.nividic.platform.module.Module

public class TestSuiteResultData
extends fr.ens.transcriptome.nividic.platform.data.Data
implements fr.ens.transcriptome.nividic.platform.module.Module

This class define a nividic data object for testsuite results.

Author:
Laurent Jourdren

Constructor Summary
TestSuiteResultData(TestSuiteResult result)
          Public constructor.
 
Method Summary
 fr.ens.transcriptome.nividic.platform.module.AboutModule aboutModule()
          Get the description of the module.
 java.lang.Class getDataClass()
          Get the class of the data.
 java.lang.String getFormat()
          Get the format of the data.
 java.lang.String getName()
          Get the name of the data.
 java.lang.String getType()
          Get the type of the data.
 void setData(TestSuiteResult result)
          Set the Result.
 
Methods inherited from class fr.ens.transcriptome.nividic.platform.data.Data
getData, getInstanceId, setData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSuiteResultData

public TestSuiteResultData(TestSuiteResult result)
Public constructor.

Parameters:
result - Result of a QualityUnitTest
Method Detail

getName

public java.lang.String getName()
Get the name of the data.

Returns:
The name of the data

getFormat

public java.lang.String getFormat()
Get the format of the data.

Returns:
The name of the format of the data

getType

public java.lang.String getType()
Get the type of the data.

Returns:
The type of the data.

getDataClass

public java.lang.Class getDataClass()
Get the class of the data.

Returns:
The class of the data.

setData

public void setData(TestSuiteResult result)
Set the Result.

Parameters:
result - Result to set

aboutModule

public fr.ens.transcriptome.nividic.platform.module.AboutModule aboutModule()
Get the description of the module.

Specified by:
aboutModule in interface fr.ens.transcriptome.nividic.platform.module.Module
Returns:
The description of the module


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