HEADER

biouml.standard.type
Class Species

java.lang.Object
  |
  +--com.beanexplorer.swing.table.Option
        |
        +--ru.biosoft.access.MutableDataElementSupport
              |
              +--biouml.standard.type.Species

public class Species
extends MutableDataElementSupport

General definition for 'Species' concept. Generally, species latin name is its identifier as DataElement, thus methods getName() and getLatinName() should returns the same value.

pending DataElement.origin should reffer to species classification.

Constructor Summary
Species(DataCollection parent, String name)
           

Method Summary
 StringgetAbbreviation()
          Returns species abbreviation used in gene and proteine identifiers.
 StringgetCommonName()
          Returns species common name (generally english), for example 'mouse'.
 StringgetLatinName()
          Returns species latin name, for example 'Mus musculus'.
 voidsetAbbreviation(String abbreviation)
           
 voidsetCommonName(String commonName)
           

Methods inherited from class ru.biosoft.access.MutableDataElementSupport
getName, getOrigin, toString

Methods inherited from class com.beanexplorer.swing.table.Option
setParent, getParent, addPropertyChangeListener, removePropertyChangeListener, copyListenersTo

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Constructor Detail

Species

public Species(DataCollection parent, String name)
Method Detail

getAbbreviation

public String getAbbreviation()
Returns species abbreviation used in gene and proteine identifiers. Generally it is two letter species abrevations, for example 'Mm' for 'Mus musculus'.

getCommonName

public String getCommonName()
Returns species common name (generally english), for example 'mouse'.

getLatinName

public String getLatinName()
Returns species latin name, for example 'Mus musculus'.

setAbbreviation

public void setAbbreviation(String abbreviation)

setCommonName

public void setCommonName(String commonName)

Association Links

to Class java.lang.String

to Class java.lang.String


FOOTER

BOTTOM