HEADER

ru.biosoft.access
Class MutableDataElementSupport

java.lang.Object
  |
  +--com.beanexplorer.swing.table.Option
        |
        +--ru.biosoft.access.MutableDataElementSupport
Direct Known Subclasses:
DiagramElement, Constant, Variable, Expert, BaseSupport, LiteratureReference, Species

public abstract class MutableDataElementSupport
extends Option
implements MutableDataElement


Constructor Summary
MutableDataElementSupport(String name, DataCollection origin)
           

Method Summary
 StringgetName()
           
 DataCollectiongetOrigin()
           
 StringtoString()
           

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

MutableDataElementSupport

public MutableDataElementSupport(String name, DataCollection origin)
Method Detail

getName

public String getName()

getOrigin

public DataCollection getOrigin()

toString

public String toString()

Association Links

to Class java.lang.String

to Class ru.biosoft.access.DataCollection


FOOTER

BOTTOM