de.willuhn.datasource.rmi.Changeable
, de.willuhn.datasource.rmi.DBObject
, de.willuhn.datasource.GenericObject
, HibiscusDBObject
, java.rmi.Remote
, de.willuhn.datasource.rmi.Transactionable
ProtokollImpl
public 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, store
addDeleteListener, addStoreListener, equals, getAttribute, getAttributeType, getList, getPrimaryAttribute, load, removeDeleteListener, removeStoreListener
getMeta, setMeta
static final int TYP_UNKNOWN
static final int TYP_SUCCESS
static final int TYP_ERROR
Konto getKonto() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getKommentar() throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.Date getDatum() throws java.rmi.RemoteException
java.rmi.RemoteException
int getTyp() throws java.rmi.RemoteException
java.rmi.RemoteException
void setKonto(Konto konto) throws java.rmi.RemoteException
konto
- Konto.java.rmi.RemoteException
void setKommentar(java.lang.String kommentar) throws java.rmi.RemoteException
kommentar
- Kommentar.java.rmi.RemoteException
void setTyp(int typ) throws java.rmi.RemoteException
typ
- Typ.java.rmi.RemoteException