|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ens.transcriptome.doelan.data.QualityTestSuiteURL
This class define a location to a qualtity test suite.
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 |
public QualityTestSuiteURL()
Method Detail |
public java.lang.String getName()
public java.net.URL getURL()
public void setName(java.lang.String name)
name
- Name to setpublic void setURL(java.net.URL url)
url
- URL to setpublic void setUrl(java.lang.String url)
url
- URL to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |