fr.ens.transcriptome.doelan.data
Class QualityTestSuiteURL

java.lang.Object
  extended byfr.ens.transcriptome.doelan.data.QualityTestSuiteURL

public class QualityTestSuiteURL
extends java.lang.Object

This class define a location to a qualtity test suite.

Author:
Laurent Jourdren

Constructor Summary
QualityTestSuiteURL()
           
 
Method Summary
 java.lang.String getName()
          Get the name of the TestSuiteURL
 java.net.URL getURL()
          Get the URL of the test TestSuiteURL
 void setName(java.lang.String name)
          Set the name of the TestSuiteURL
 void setUrl(java.lang.String url)
          Set the url of the TestSuite
 void setURL(java.net.URL url)
          Set the url of the TestSuite
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QualityTestSuiteURL

public QualityTestSuiteURL()
Method Detail

getName

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

Returns:
The name of the TestSuiteURL

getURL

public java.net.URL getURL()
Get the URL of the test TestSuiteURL

Returns:
the URL of the test suite

setName

public void setName(java.lang.String name)
Set the name of the TestSuiteURL

Parameters:
name - Name to set

setURL

public void setURL(java.net.URL url)
Set the url of the TestSuite

Parameters:
url - URL to set

setUrl

public void setUrl(java.lang.String url)
Set the url of the TestSuite

Parameters:
url - URL to set


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