HEADER

biouml.modules.genenet.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
                                      |
                                      +--biouml.modules.genenet.type.Reaction

public class Reaction
extends Reaction

Definition of entry for GeneNet 'Relation' table.

pending in, out field?

Constructor Summary
Reaction(DataCollection origin, String name)
           

Method Summary
 StringgetActionMechanism()
           
 StringgetActionType()
           
 StringgetType()
           
 voidsetActionMechanism(String actionMechanism)
           
 voidsetActionType(String actionType)
           

Methods inherited from class biouml.standard.type.Reaction
getReactionType, setReactionType

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)
Method Detail

getActionMechanism

public String getActionMechanism()

getActionType

public String getActionType()

getType

public String getType()

setActionMechanism

public void setActionMechanism(String actionMechanism)

setActionType

public void setActionType(String actionType)

Association Links

to Class java.lang.String

to Class java.lang.String


FOOTER

BOTTOM