gov.nih.nci.caarray.external.v1_0.vocabulary
Class TermSource

java.lang.Object
  extended by gov.nih.nci.caarray.external.v1_0.AbstractCaArrayEntity
      extended by gov.nih.nci.caarray.external.v1_0.vocabulary.TermSource
All Implemented Interfaces:
java.io.Serializable

public class TermSource
extends AbstractCaArrayEntity

A TermSource represents a controlled vocabulary / ontology.

Author:
dkokotov
See Also:
Serialized Form

Constructor Summary
TermSource()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getUrl()
           
 java.lang.String getVersion()
           
 void setName(java.lang.String name)
           
 void setUrl(java.lang.String url)
           
 void setVersion(java.lang.String version)
           
 
Methods inherited from class gov.nih.nci.caarray.external.v1_0.AbstractCaArrayEntity
equals, getId, getReference, hashCode, setId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TermSource

public TermSource()
Method Detail

getName

public java.lang.String getName()
Returns:
the name for this term source

setName

public void setName(java.lang.String name)
Parameters:
name - the name to set

getVersion

public java.lang.String getVersion()
Returns:
the version for this term source

setVersion

public void setVersion(java.lang.String version)
Parameters:
version - the version to set

getUrl

public java.lang.String getUrl()
Returns:
the url of this term source.

setUrl

public void setUrl(java.lang.String url)
Parameters:
url - the url to set