gov.nih.nci.caarray.external.v1_0.experiment
Class Organism

java.lang.Object
  extended by gov.nih.nci.caarray.external.v1_0.AbstractCaArrayEntity
      extended by gov.nih.nci.caarray.external.v1_0.vocabulary.Term
          extended by 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

Constructor Summary
Organism()
           
 
Method Summary
 java.lang.String getCommonName()
           
 java.lang.String getScientificName()
           
 void setCommonName(java.lang.String commonName)
           
 void setScientificName(java.lang.String scientificName)
           
 
Methods inherited from class gov.nih.nci.caarray.external.v1_0.vocabulary.Term
getAccession, getTermSource, getUrl, getValue, setAccession, setTermSource, setUrl, setValue
 
Methods inherited from class gov.nih.nci.caarray.external.v1_0.AbstractCaArrayEntity
equals, getId, getReference, hashCode, setId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Organism

public Organism()
Method Detail

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