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.Remote
public 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, transactionRollback
delete, getMeta, setMeta
clear, delete, isNewObject, overwrite
addDeleteListener, addStoreListener, equals, getAttribute, getAttributeType, getList, load, removeDeleteListener, removeStoreListener
getMeta, setMeta
finalize, getClass, notify, notifyAll, wait, wait, wait
equals, getRef, hashCode, toString, toStub
public ProtokollImpl() throws java.rmi.RemoteException
java.rmi.RemoteException
protected java.lang.String getTableName()
getTableName
in class de.willuhn.datasource.db.AbstractDBObject
AbstractDBObject.getTableName()
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
GenericObject.getPrimaryAttribute()
public void store() throws java.rmi.RemoteException, de.willuhn.util.ApplicationException
store
in interface de.willuhn.datasource.rmi.Changeable
store
in class AbstractHibiscusDBObject
java.rmi.RemoteException
de.willuhn.util.ApplicationException
AbstractDBObject.store()
protected void insertCheck() throws de.willuhn.util.ApplicationException
insertCheck
in class de.willuhn.datasource.db.AbstractDBObject
de.willuhn.util.ApplicationException
AbstractDBObject.insertCheck()
protected void updateCheck() throws de.willuhn.util.ApplicationException
updateCheck
in class de.willuhn.datasource.db.AbstractDBObject
de.willuhn.util.ApplicationException
AbstractDBObject.updateCheck()
protected java.lang.Class getForeignObject(java.lang.String field) throws java.rmi.RemoteException
getForeignObject
in class de.willuhn.datasource.db.AbstractDBObject
java.rmi.RemoteException
AbstractDBObject.getForeignObject(java.lang.String)
public Konto getKonto() throws java.rmi.RemoteException
Protokoll
getKonto
in interface Protokoll
java.rmi.RemoteException
Protokoll.getKonto()
public java.lang.String getKommentar() throws java.rmi.RemoteException
Protokoll
getKommentar
in interface Protokoll
java.rmi.RemoteException
Protokoll.getKommentar()
public java.util.Date getDatum() throws java.rmi.RemoteException
Protokoll
getDatum
in interface Protokoll
java.rmi.RemoteException
Protokoll.getDatum()
public int getTyp() throws java.rmi.RemoteException
Protokoll
getTyp
in interface Protokoll
java.rmi.RemoteException
Protokoll.getTyp()
public void setKonto(Konto konto) throws java.rmi.RemoteException
Protokoll
setKonto
in interface Protokoll
konto
- Konto.java.rmi.RemoteException
Protokoll.setKonto(de.willuhn.jameica.hbci.rmi.Konto)
public void setKommentar(java.lang.String kommentar) throws java.rmi.RemoteException
Protokoll
setKommentar
in interface Protokoll
kommentar
- Kommentar.java.rmi.RemoteException
Protokoll.setKommentar(java.lang.String)
public void setTyp(int typ) throws java.rmi.RemoteException
Protokoll
setTyp
in interface Protokoll
typ
- Typ.java.rmi.RemoteException
Protokoll.setTyp(int)