gov.nih.nci.caarray.external.v1_0.vocabulary
Class Category
java.lang.Object
gov.nih.nci.caarray.external.v1_0.AbstractCaArrayEntity
gov.nih.nci.caarray.external.v1_0.vocabulary.Category
- All Implemented Interfaces:
- java.io.Serializable
public class Category
- extends AbstractCaArrayEntity
A Category represents a class of values in a controlled vocabulary / ontology.
- Author:
- dkokotov
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Category
public Category()
getName
public java.lang.String getName()
- Returns:
- the name of this category.
setName
public void setName(java.lang.String name)
- Parameters:
name
- the name to set
getAccession
public java.lang.String getAccession()
- Returns:
- the accession for this category. The accession is a vocabulary-specific code that uniquely identifies the
category within the vocabulary.
setAccession
public void setAccession(java.lang.String accession)
- Parameters:
accession
- the accession to set
getUrl
public java.lang.String getUrl()
- Returns:
- the url for this category.
setUrl
public void setUrl(java.lang.String url)
- Parameters:
url
- the url to set
getTermSource
public TermSource getTermSource()
- Returns:
- the TermSource representing the vocabulary to which this Category belongs
setTermSource
public void setTermSource(TermSource termSource)
- Parameters:
termSource
- the termSource to set