de.willuhn.datasource.rmi.Changeable, de.willuhn.datasource.rmi.DBObject, de.willuhn.datasource.GenericObject, HibiscusDBObject, java.rmi.Remote, de.willuhn.datasource.rmi.TransactionableProtokollImplpublic interface Protokoll extends HibiscusDBObject
| Modifier and Type | Field | Description |
|---|---|---|
static int |
TYP_ERROR |
Protokoll-Typ bei einem Fehler.
|
static int |
TYP_SUCCESS |
Protokoll-Typ bei Erfolg.
|
static int |
TYP_UNKNOWN |
Protokoll-Typ unbekannt (Default).
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Date |
getDatum() |
Liefert das Datum, an dem der Log-Eintrag erzeugt wurde.
|
java.lang.String |
getKommentar() |
Liefert den Kommentar des Log-Eintrages.
|
Konto |
getKonto() |
Liefert das Konto, zu dem dieser Protokoll-Eointrag gehoert.
|
int |
getTyp() |
Liefert den Typ des Log-Eintrages.
|
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.
|
clear, delete, isNewObject, overwrite, storeaddDeleteListener, addStoreListener, equals, getAttribute, getAttributeType, getList, getPrimaryAttribute, load, removeDeleteListener, removeStoreListenergetMeta, setMetastatic final int TYP_UNKNOWN
static final int TYP_SUCCESS
static final int TYP_ERROR
Konto getKonto() throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getKommentar()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.util.Date getDatum()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getTyp()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid setKonto(Konto konto) throws java.rmi.RemoteException
konto - Konto.java.rmi.RemoteExceptionvoid setKommentar(java.lang.String kommentar)
throws java.rmi.RemoteException
kommentar - Kommentar.java.rmi.RemoteExceptionvoid setTyp(int typ)
throws java.rmi.RemoteException
typ - Typ.java.rmi.RemoteException