HEADER

biouml.standard.type
Class RNA

|
+--ru.biosoft.access.MutableDataElementSupport
  |
  +--biouml.standard.type.BaseSupport
        |
        +--biouml.standard.type.GenericEntity
              |
              +--biouml.standard.type.Referrer
                    |
                    +--biouml.standard.type.Concept
                          |
                          +--biouml.standard.type.Molecule
                                |
                                +--biouml.standard.type.Biopolymer
                                      |
                                      +--biouml.standard.type.RNA

public class RNA
extends Biopolymer

Stub

todo implementation

Constructor Summary
RNA(DataCollection origin, String name)
           

Method Summary
 StringgetGene()
           
 StringgetRnaType()
           
 StringgetType()
           
 voidsetGene(String gene)
           
 voidsetRnaType(String rnaType)
           

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

Methods inherited from class biouml.standard.type.Concept
getCompleteName, getSynonyms, setCompleteName, setSynonyms, setType

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

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

Methods inherited from class biouml.standard.type.BaseSupport
getTitle, setTitle

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

Constructor Detail

RNA

public RNA(DataCollection origin, String name)
Method Detail

getGene

public String getGene()

getRnaType

public String getRnaType()

getType

public String getType()

setGene

public void setGene(String gene)

setRnaType

public void setRnaType(String rnaType)

Association Links

to Class java.lang.String

to Class java.lang.String


FOOTER

BOTTOM