HEADER

biouml.standard.type
Class Biopolimer

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
Direct Known Subclasses:
Gene, Protein, RNA

public abstract class Biopolimer
extends Molecule

todo comments

Method Summary
 StringgetRegulation()
           
 StringgetSource()
           
 StringgetSpecies()
           
 voidsetRegulation(String regulation)
           
 voidsetSource(String source)
           
 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 biouml.standard.type.BaseSupport
getType

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

Method Detail

getRegulation

public String getRegulation()

getSource

public String getSource()

getSpecies

public String getSpecies()

setRegulation

public void setRegulation(String regulation)

setSource

public void setSource(String source)

setSpecies

public void setSpecies(String species)

Association Links

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String


FOOTER

BOTTOM