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.Remote
public 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, updateCheck
clear, delete, isNewObject, overwrite, store
addDeleteListener, addStoreListener, equals, getAttribute, getAttributeType, getList, load, removeDeleteListener, removeStoreListener
finalize, getClass, notify, notifyAll, wait, wait, wait
equals, getRef, hashCode, toString, toStub
public DBPropertyImpl() throws java.rmi.RemoteException
java.rmi.RemoteException
public java.lang.String getPrimaryAttribute() throws java.rmi.RemoteException
getPrimaryAttribute
in interface de.willuhn.datasource.rmi.DBObject
getPrimaryAttribute
in interface de.willuhn.datasource.GenericObject
getPrimaryAttribute
in class de.willuhn.datasource.db.AbstractDBObject
java.rmi.RemoteException
AbstractDBObject.getPrimaryAttribute()
protected java.lang.String getTableName()
getTableName
in class de.willuhn.datasource.db.AbstractDBObject
AbstractDBObject.getTableName()
public java.lang.String getName() throws java.rmi.RemoteException
DBProperty
getName
in interface DBProperty
java.rmi.RemoteException
DBProperty.getName()
public java.lang.String getValue() throws java.rmi.RemoteException
DBProperty
getValue
in interface DBProperty
java.rmi.RemoteException
DBProperty.getValue()
public void setName(java.lang.String name) throws java.rmi.RemoteException
DBProperty
setName
in interface DBProperty
name
- Name des Parameters.java.rmi.RemoteException
DBProperty.setName(java.lang.String)
public void setValue(java.lang.String value) throws java.rmi.RemoteException
DBProperty
setValue
in interface DBProperty
value
- Wert des Parameters.java.rmi.RemoteException
DBProperty.setValue(java.lang.String)