gov.nih.nci.caarray.external.v1_0.experiment
Class Organism
java.lang.Object
gov.nih.nci.caarray.external.v1_0.AbstractCaArrayEntity
gov.nih.nci.caarray.external.v1_0.vocabulary.Term
gov.nih.nci.caarray.external.v1_0.experiment.Organism
- All Implemented Interfaces:
- java.io.Serializable
public class Organism
- extends Term
An Organism is a special type of Term which represents an organism from which biomaterials for a microarray
experiment can be drawn.
- Author:
- dkokotov
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Organism
public Organism()
getCommonName
public java.lang.String getCommonName()
- Returns:
- the common (layman) name for this organism.
setCommonName
public void setCommonName(java.lang.String commonName)
- Parameters:
commonName
- the commonName to set
getScientificName
public java.lang.String getScientificName()
- Returns:
- the scientific name for this organism.
setScientificName
public void setScientificName(java.lang.String scientificName)
- Parameters:
scientificName
- the scientificName to set