de.willuhn.datasource.GenericObject, de.willuhn.datasource.rmi.Changeable, de.willuhn.datasource.rmi.DBObject, de.willuhn.datasource.rmi.Transactionable, DBProperty, java.io.Serializable, java.rmi.Remotepublic class DBPropertyImpl extends de.willuhn.datasource.db.AbstractDBObject implements DBProperty
| Constructor | Description |
|---|---|
DBPropertyImpl() |
ct
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getName() |
Liefert den Namen des Parameters.
|
java.lang.String |
getPrimaryAttribute() |
|
protected java.lang.String |
getTableName() |
|
java.lang.String |
getValue() |
Liefert den Wert des Parameters.
|
void |
setName(java.lang.String name) |
Speichert den Namen des Parameters.
|
void |
setValue(java.lang.String value) |
Speichert den Wert des Parameters.
|
addDeleteListener, addStoreListener, clear, delete, deleteCheck, equals, getAttribute, getAttributeNames, getAttributeType, getForeignObject, getID, getIDField, getInsertSQL, getList, getListQuery, getLoadQuery, getService, getUpdateSQL, hasChanged, hasChanged, init, insert, insertCheck, isNewObject, load, overwrite, removeDeleteListener, removeStoreListener, setAttribute, setID, setService, store, transactionBegin, transactionCommit, transactionRollback, updateCheckclear, delete, isNewObject, overwrite, storeaddDeleteListener, addStoreListener, equals, getAttribute, getAttributeType, getList, load, removeDeleteListener, removeStoreListenerfinalize, getClass, notify, notifyAll, wait, wait, waitequals, getRef, hashCode, toString, toStubpublic DBPropertyImpl()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic java.lang.String getPrimaryAttribute()
throws java.rmi.RemoteException
getPrimaryAttribute in interface de.willuhn.datasource.rmi.DBObjectgetPrimaryAttribute in interface de.willuhn.datasource.GenericObjectgetPrimaryAttribute in class de.willuhn.datasource.db.AbstractDBObjectjava.rmi.RemoteExceptionAbstractDBObject.getPrimaryAttribute()protected java.lang.String getTableName()
getTableName in class de.willuhn.datasource.db.AbstractDBObjectAbstractDBObject.getTableName()public java.lang.String getName()
throws java.rmi.RemoteException
DBPropertygetName in interface DBPropertyjava.rmi.RemoteExceptionDBProperty.getName()public java.lang.String getValue()
throws java.rmi.RemoteException
DBPropertygetValue in interface DBPropertyjava.rmi.RemoteExceptionDBProperty.getValue()public void setName(java.lang.String name)
throws java.rmi.RemoteException
DBPropertysetName in interface DBPropertyname - Name des Parameters.java.rmi.RemoteExceptionDBProperty.setName(java.lang.String)public void setValue(java.lang.String value)
throws java.rmi.RemoteException
DBPropertysetValue in interface DBPropertyvalue - Wert des Parameters.java.rmi.RemoteExceptionDBProperty.setValue(java.lang.String)