public class MetadataBase extends UpdatablePersistent
| Modifier and Type | Field and Description |
|---|---|
java.lang.Object |
data |
protected BaseSQLContext |
sqlContext |
updatedEventListenerList| Constructor and Description |
|---|
MetadataBase(MetadataBase parent,
BaseSQLContext sqlContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
assign(java.lang.Object source) |
MetadataBase |
clone(MetadataBase newParent,
BaseSQLContext sqlContext) |
void |
dispose() |
BaseSQLContext |
getSQLContext() |
addUpdatedEventListener, beginUpdate, doUpdated, endUpdate, fireUpdatedEvent, getParent, isUpdating, notifyUpdated, removeUpdatedEventListenerpublic java.lang.Object data
protected BaseSQLContext sqlContext
public MetadataBase(MetadataBase parent, BaseSQLContext sqlContext)
public void dispose()
dispose in interface Disposabledispose in class UpdatablePersistentpublic BaseSQLContext getSQLContext()
public void assign(java.lang.Object source)
assign in class UpdatablePersistentpublic MetadataBase clone(MetadataBase newParent, BaseSQLContext sqlContext)