de.willuhn.datasource.GenericObject, de.willuhn.datasource.rmi.Changeable, de.willuhn.datasource.rmi.DBObject, de.willuhn.datasource.rmi.Transactionable, HibiscusDBObject, Protokoll, java.io.Serializable, java.rmi.Remotepublic class ProtokollImpl extends AbstractHibiscusDBObject implements Protokoll
TYP_ERROR, TYP_SUCCESS, TYP_UNKNOWN| Constructor | Description |
|---|---|
ProtokollImpl() |
ct.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Date |
getDatum() |
Liefert das Datum, an dem der Log-Eintrag erzeugt wurde.
|
protected java.lang.Class |
getForeignObject(java.lang.String field) |
|
java.lang.String |
getKommentar() |
Liefert den Kommentar des Log-Eintrages.
|
Konto |
getKonto() |
Liefert das Konto, zu dem dieser Protokoll-Eointrag gehoert.
|
java.lang.String |
getPrimaryAttribute() |
|
protected java.lang.String |
getTableName() |
|
int |
getTyp() |
Liefert den Typ des Log-Eintrages.
|
protected void |
insertCheck() |
|
void |
setKommentar(java.lang.String kommentar) |
Speichert den Kommentar zu diesem Log-Eintrag.
|
void |
setKonto(Konto konto) |
Speichert das Konto, zu dem dieser Log-Eintrag gehoert.
|
void |
setTyp(int typ) |
Speichert den Typ des Log-Eintrages.
|
void |
store() |
|
protected void |
updateCheck() |
addDeleteListener, addStoreListener, clear, deleteCheck, equals, getAttribute, getAttributeNames, getAttributeType, getID, getIDField, getInsertSQL, getList, getListQuery, getLoadQuery, getService, getUpdateSQL, hasChanged, hasChanged, init, insert, isNewObject, load, overwrite, removeDeleteListener, removeStoreListener, setAttribute, setID, setService, transactionBegin, transactionCommit, transactionRollbackdelete, getMeta, setMetaclear, delete, isNewObject, overwriteaddDeleteListener, addStoreListener, equals, getAttribute, getAttributeType, getList, load, removeDeleteListener, removeStoreListenergetMeta, setMetafinalize, getClass, notify, notifyAll, wait, wait, waitequals, getRef, hashCode, toString, toStubpublic ProtokollImpl()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionprotected java.lang.String getTableName()
getTableName in class de.willuhn.datasource.db.AbstractDBObjectAbstractDBObject.getTableName()public 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.RemoteExceptionGenericObject.getPrimaryAttribute()public void store()
throws java.rmi.RemoteException,
de.willuhn.util.ApplicationException
store in interface de.willuhn.datasource.rmi.Changeablestore in class AbstractHibiscusDBObjectjava.rmi.RemoteExceptionde.willuhn.util.ApplicationExceptionAbstractDBObject.store()protected void insertCheck()
throws de.willuhn.util.ApplicationException
insertCheck in class de.willuhn.datasource.db.AbstractDBObjectde.willuhn.util.ApplicationExceptionAbstractDBObject.insertCheck()protected void updateCheck()
throws de.willuhn.util.ApplicationException
updateCheck in class de.willuhn.datasource.db.AbstractDBObjectde.willuhn.util.ApplicationExceptionAbstractDBObject.updateCheck()protected java.lang.Class getForeignObject(java.lang.String field)
throws java.rmi.RemoteException
getForeignObject in class de.willuhn.datasource.db.AbstractDBObjectjava.rmi.RemoteExceptionAbstractDBObject.getForeignObject(java.lang.String)public Konto getKonto() throws java.rmi.RemoteException
ProtokollgetKonto in interface Protokolljava.rmi.RemoteExceptionProtokoll.getKonto()public java.lang.String getKommentar()
throws java.rmi.RemoteException
ProtokollgetKommentar in interface Protokolljava.rmi.RemoteExceptionProtokoll.getKommentar()public java.util.Date getDatum()
throws java.rmi.RemoteException
ProtokollgetDatum in interface Protokolljava.rmi.RemoteExceptionProtokoll.getDatum()public int getTyp()
throws java.rmi.RemoteException
ProtokollgetTyp in interface Protokolljava.rmi.RemoteExceptionProtokoll.getTyp()public void setKonto(Konto konto) throws java.rmi.RemoteException
ProtokollsetKonto in interface Protokollkonto - Konto.java.rmi.RemoteExceptionProtokoll.setKonto(de.willuhn.jameica.hbci.rmi.Konto)public void setKommentar(java.lang.String kommentar)
throws java.rmi.RemoteException
ProtokollsetKommentar in interface Protokollkommentar - Kommentar.java.rmi.RemoteExceptionProtokoll.setKommentar(java.lang.String)public void setTyp(int typ)
throws java.rmi.RemoteException
ProtokollsetTyp in interface Protokolltyp - Typ.java.rmi.RemoteExceptionProtokoll.setTyp(int)