fr.ens.transcriptome.doelan.data
Class QualityUnitTestResultData

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

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

Wrapper of QualityUnitTestResult.

Author:
Laurent Jourdren

Constructor Summary
QualityUnitTestResultData(QualityUnitTestResult 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(QualityUnitTestResult 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

QualityUnitTestResultData

public QualityUnitTestResultData(QualityUnitTestResult 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(QualityUnitTestResult 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.