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() |
String |
getName() |
String |
getOntology() |
String |
getValue() |
void |
setAccession(String accession) |
void |
setName(String name) |
void |
setOntology(String ontology) |
void |
setValue(String 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 © 2013. All Rights Reserved.