HEADER

biouml.modules.genenet.type
Class RNA

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.Biopolimer
                                            |
                                            +--biouml.standard.type.RNA
                                                  |
                                                  +--biouml.modules.genenet.type.RNA

public class RNA
extends RNA

Definition of entry for GeneNet 'RNA' table.

pending field PN (reference to encoded proten/s)?

Constructor Summary
RNA(DataCollection origin, String name)
           

Methods inherited from class biouml.standard.type.RNA
getGene, getRnaType, getType, setGene, setRnaType

Methods inherited from class biouml.standard.type.Biopolimer
getRegulation, getSource, getSpecies, setRegulation, setSource, setSpecies

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

RNA

public RNA(DataCollection origin, String name)

FOOTER

BOTTOM