Package com.compomics.util.pride
Class CvTerm
java.lang.Object
com.compomics.util.experiment.personalization.ExperimentObject
com.compomics.util.pride.CvTerm
- All Implemented Interfaces:
Serializable
public class CvTerm extends ExperimentObject
A simple CvTerm object.
- Author:
- Harald Barsnes
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method 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.Methods inherited from class com.compomics.util.experiment.personalization.ExperimentObject
addUrParam, asLong, clearParametersMap, getId, getUrParam, getUrParams, removeUrParam, setId, setUrParams
-
Constructor Details
-
Method Details
-
getOntology
Returns the ontology.- Returns:
- the ontology
-
setOntology
Sets the ontology.- Parameters:
ontology
- the ontology to set
-
getAccession
Returns the accession.- Returns:
- the accession
-
setAccession
Sets the accession.- Parameters:
accession
- the accession to set
-
getName
Returns the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name
- the name to set
-
getValue
Returns the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value
- the value to set
-