HEADER

biouml.standard.type
Class Cell

java.lang.Object
  |
  +--com.beanexplorer.swing.table.Option
        |
        +--ru.biosoft.access.MutableDataElementSupport
              |
              +--biouml.standard.type.BaseSupport
                    |
                    +--biouml.standard.type.GenericEntity
                          |
                          +--biouml.standard.type.Referrer
                                |
                                +--biouml.standard.type.Molecule
                                      |
                                      +--biouml.standard.type.Cell
Direct Known Subclasses:
Cell

public class Cell
extends Molecule

Stub

todo implementation

Constructor Summary
Cell(DataCollection parent, String name)
           

Method Summary
 StringgetSpecies()
           
 StringgetType()
           
 voidsetSpecies(String species)
           

Methods inherited from class biouml.standard.type.Molecule
getCompleteName, getShortName, getSynonims, getTitle, setCompleteName, setShortName, setSynonims

Methods inherited from class biouml.standard.type.Referrer
getDatabaseReferences, getLiteratureReferences, setDatabaseReferences, setLiteratureReferences

Methods inherited from class biouml.standard.type.GenericEntity
getComment, getDate, setComment, setDate

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

Cell

public Cell(DataCollection parent, String name)
Method Detail

getSpecies

public String getSpecies()

getType

public String getType()

setSpecies

public void setSpecies(String species)

Association Links

to Class java.lang.String


FOOTER

BOTTOM