public class CvTerm extends Object implements Serializable
| Constructor and Description |
|---|
CvTerm(String ontology,
String accession,
String name,
String value)
Create a new CV term.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccession()
Returns the accession.
|
String |
getName()
Returns the name.
|
String |
getOntology()
Returns the ontology.
|
String |
getValue()
Returns the value.
|
void |
setAccession(String accession)
Sets the accession.
|
void |
setName(String name)
Sets the name.
|
void |
setOntology(String ontology)
Sets the ontology.
|
void |
setValue(String value)
Sets the value.
|
public String getOntology()
public void setOntology(String ontology)
ontology - the ontology to setpublic String getAccession()
public void setAccession(String accession)
accession - the accession to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getValue()
public void setValue(String value)
value - the value to setCopyright © 2016. All rights reserved.