HEADER

biouml.modules.genenet.type
Class Expert

java.lang.Object
  |
  +--com.beanexplorer.swing.table.Option
        |
        +--ru.biosoft.access.MutableDataElementSupport
              |
              +--biouml.modules.genenet.type.Expert

public class Expert
extends MutableDataElementSupport

Definition of entry for GeneNet 'Expert' table.

todo implementation

Constructor Summary
Expert(DataCollection origin, String name)
           

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

Expert

public Expert(DataCollection origin, String name)

FOOTER

BOTTOM