HEADER

biouml.standard.type
Class Reaction

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.Reaction
Direct Known Subclasses:
Reaction, Reaction

public class Reaction
extends Referrer


Constructor Summary
Reaction(DataCollection origin, String name)
           
Reaction(DataCollection origin, String name, ReactionType reactionType)
           

Method Summary
 ReactionTypegetReactionType()
           
 StringgetType()
           
 voidsetReactionType(ReactionType reactionType)
           

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
getTitle

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

Reaction

public Reaction(DataCollection origin, String name)

Reaction

public Reaction(DataCollection origin, String name, ReactionType reactionType)
Method Detail

getReactionType

public ReactionType getReactionType()

getType

public String getType()

setReactionType

public void setReactionType(ReactionType reactionType)

Association Links

to Class biouml.standard.type.ReactionType


FOOTER

BOTTOM