HEADER

ru.biosoft.access.support
Class DatabaseEntry

java.lang.Object
  |
  +--com.beanexplorer.beans.DynamicPropertySetSupport
        |
        +--ru.biosoft.access.support.DatabaseEntry

public class DatabaseEntry
extends DynamicPropertySetSupport
implements MutableDataElement

General class allowing to present (wrap) the database Entry as DynamicPropertySetSupport


Constructor Summary
DatabaseEntry(DataCollection origin, String name, Entry entry)
           

Method Summary
 EntrygetEntry()
           
 StringgetName()
           
 DataCollectiongetOrigin()
           

Methods inherited from class com.beanexplorer.beans.DynamicPropertySetSupport
getType, getValue, setValue, getPropertyDescriptor, add, remove, nameIterator, propertyIterator, addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener, firePropertyChange, firePropertyChange, hasListeners

Methods inherited from class java.lang.Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait

Constructor Detail

DatabaseEntry

public DatabaseEntry(DataCollection origin, String name, Entry entry)
Method Detail

getEntry

public Entry getEntry()
returns the database entry wrapped by DatabaseFieldSet.

getName

public String getName()

getOrigin

public DataCollection getOrigin()

Association Links

to Class ru.biosoft.access.Entry

to Class java.lang.String

to Class ru.biosoft.access.DataCollection


FOOTER

BOTTOM