Class CvTerm

All Implemented Interfaces:
Serializable

public class CvTerm
extends ExperimentObject
A simple CvTerm object.
Author:
Harald Barsnes
See Also:
Serialized Form
  • Constructor Details

    • CvTerm

      public CvTerm()
      Empty default constructor
    • CvTerm

      public CvTerm​(String ontology, String accession, String name, String value)
      Create a new CV term.
      Parameters:
      ontology - the ontology
      accession - the accession
      name - the name
      value - the value
  • Method Details

    • getOntology

      public String getOntology()
      Returns the ontology.
      Returns:
      the ontology
    • setOntology

      public void setOntology​(String ontology)
      Sets the ontology.
      Parameters:
      ontology - the ontology to set
    • getAccession

      public String getAccession()
      Returns the accession.
      Returns:
      the accession
    • setAccession

      public void setAccession​(String accession)
      Sets the accession.
      Parameters:
      accession - the accession to set
    • getName

      public String getName()
      Returns the name.
      Returns:
      the name
    • setName

      public void setName​(String name)
      Sets the name.
      Parameters:
      name - the name to set
    • getValue

      public String getValue()
      Returns the value.
      Returns:
      the value
    • setValue

      public void setValue​(String value)
      Sets the value.
      Parameters:
      value - the value to set