Package de.willuhn.jameica.hbci.server
Class UmsatzTypUtil.UmsatzTypUnassigned
- java.lang.Object
-
- de.willuhn.jameica.hbci.server.UmsatzTypUtil.UmsatzTypUnassigned
-
- All Implemented Interfaces:
de.willuhn.datasource.GenericObject
,de.willuhn.datasource.GenericObjectNode
,de.willuhn.datasource.rmi.Changeable
,de.willuhn.datasource.rmi.DBObject
,de.willuhn.datasource.rmi.DBObjectNode
,de.willuhn.datasource.rmi.Transactionable
,UmsatzTyp
,java.rmi.Remote
- Enclosing class:
- UmsatzTypUtil
public static class UmsatzTypUtil.UmsatzTypUnassigned extends java.lang.Object implements UmsatzTyp
Virtuelle Umsatz-Typ-Bean fuer "nicht zugeordnet".
-
-
Field Summary
-
Fields inherited from interface de.willuhn.jameica.hbci.rmi.UmsatzTyp
MAXLENGTH_PATTERN, TYP_AUSGABE, TYP_EGAL, TYP_EINNAHME
-
-
Constructor Summary
Constructors Constructor Description UmsatzTypUnassigned()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addDeleteListener(de.willuhn.datasource.rmi.Listener arg0)
void
addStoreListener(de.willuhn.datasource.rmi.Listener arg0)
void
clear()
void
delete()
boolean
equals(de.willuhn.datasource.GenericObject arg0)
java.lang.Object
getAttribute(java.lang.String attribute)
java.lang.String[]
getAttributeNames()
java.lang.String
getAttributeType(java.lang.String arg0)
de.willuhn.datasource.GenericIterator
getChildren()
int[]
getColor()
Liefert die fuer diese Kategorie zu verwendende Farbe.java.lang.String
getID()
java.lang.String
getKommentar()
Liefert den Kommentar fuer den Umsatztyp.de.willuhn.datasource.rmi.DBIterator
getList()
java.lang.String
getName()
Liefert den Namen des Umsatz-Typs.java.lang.String
getNummer()
Liefert die Nummer des Umsatz-Typs.de.willuhn.datasource.GenericObjectNode
getParent()
de.willuhn.datasource.GenericIterator
getPath()
java.lang.String
getPattern()
Liefert das Suchmuster fuer den Umsatztyp.de.willuhn.datasource.GenericIterator
getPossibleParents()
java.lang.String
getPrimaryAttribute()
de.willuhn.datasource.GenericIterator
getTopLevelList()
int
getTyp()
Liefert den Typ der Kategorie.de.willuhn.datasource.GenericIterator
getUmsaetze()
Liefert eine Liste von Umsaetzen, die diesem Umsatz-Typ entsprechen.de.willuhn.datasource.GenericIterator
getUmsaetze(int days)
Liefert eine Liste von Umsaetzen der letzten Tage, die diesem Umsatz-Typ entsprechen.de.willuhn.datasource.GenericIterator
getUmsaetze(java.util.Date von, java.util.Date bis)
Liefert eine Liste von Umsaetzen aus dem angegebenen Zeitraum.double
getUmsatz()
Liefert die Hoehe des Umsatzes, der fuer diesen Umsatztyp auf allen Konten vorliegt.double
getUmsatz(int days)
Liefert die Hoehe des Umsatzes der letzten Tage, der fuer diesen Umsatztyp auf allen Konten vorliegt.double
getUmsatz(java.util.Date von, java.util.Date bis)
Liefert die Hoehe des Umsatzes aus dem angegebenen Zeitraum.boolean
hasChild(de.willuhn.datasource.GenericObjectNode arg0)
boolean
isCustomColor()
Prueft, ob eine benutzerdefinierte Farbe verwendet werden soll.boolean
isNewObject()
boolean
isRegex()
Prueft, ob es sich bei dem Pattern um einen regulaeren Ausdruck handelt.void
load(java.lang.String arg0)
boolean
matches(Umsatz umsatz)
Prueft, ob der Umsatz diesem Pattern entspricht.boolean
matches(Umsatz umsatz, boolean allowReassign)
Prueft, ob der Umsatz diesem Pattern entspricht.void
overwrite(de.willuhn.datasource.rmi.DBObject arg0)
void
removeDeleteListener(de.willuhn.datasource.rmi.Listener arg0)
void
removeStoreListener(de.willuhn.datasource.rmi.Listener arg0)
void
setColor(int[] rgb)
Speichert die Farbe fuer die Umsatz-Kategorie.void
setCustomColor(boolean b)
Legt fest, ob eine benutzerdefinierte Farbe verwendet werden soll.void
setKommentar(java.lang.String kommentar)
Speichert den Kommentar fuer den Umsatztyp.void
setName(java.lang.String name)
Speichert den Namen des Umsatz-Typs.void
setNummer(java.lang.String nummer)
Speichert die Nummer des Umsatz-Typs.void
setParent(de.willuhn.datasource.rmi.DBObjectNode arg0)
void
setPattern(java.lang.String pattern)
Speichert das Suchmuster fuer den Umsatztyp.void
setRegex(boolean regex)
Speichert, ob es sich bei dem Pattern um einen regulaeren Ausdruck handelt.void
setTyp(int typ)
Speichert den Typ der Kategorie.void
store()
void
transactionBegin()
void
transactionCommit()
void
transactionRollback()
-
-
-
Method Detail
-
getAttribute
public java.lang.Object getAttribute(java.lang.String attribute) throws java.rmi.RemoteException
- Specified by:
getAttribute
in interfacede.willuhn.datasource.rmi.DBObject
- Specified by:
getAttribute
in interfacede.willuhn.datasource.GenericObject
- Throws:
java.rmi.RemoteException
- See Also:
DBObject.getAttribute(java.lang.String)
-
getTopLevelList
public de.willuhn.datasource.GenericIterator getTopLevelList() throws java.rmi.RemoteException
- Specified by:
getTopLevelList
in interfacede.willuhn.datasource.rmi.DBObjectNode
- Throws:
java.rmi.RemoteException
- See Also:
DBObjectNode.getTopLevelList()
-
setParent
public void setParent(de.willuhn.datasource.rmi.DBObjectNode arg0) throws java.rmi.RemoteException
- Specified by:
setParent
in interfacede.willuhn.datasource.rmi.DBObjectNode
- Throws:
java.rmi.RemoteException
- See Also:
DBObjectNode.setParent(de.willuhn.datasource.rmi.DBObjectNode)
-
addDeleteListener
public void addDeleteListener(de.willuhn.datasource.rmi.Listener arg0) throws java.rmi.RemoteException
- Specified by:
addDeleteListener
in interfacede.willuhn.datasource.rmi.DBObject
- Throws:
java.rmi.RemoteException
- See Also:
DBObject.addDeleteListener(de.willuhn.datasource.rmi.Listener)
-
addStoreListener
public void addStoreListener(de.willuhn.datasource.rmi.Listener arg0) throws java.rmi.RemoteException
- Specified by:
addStoreListener
in interfacede.willuhn.datasource.rmi.DBObject
- Throws:
java.rmi.RemoteException
- See Also:
DBObject.addStoreListener(de.willuhn.datasource.rmi.Listener)
-
equals
public boolean equals(de.willuhn.datasource.GenericObject arg0) throws java.rmi.RemoteException
- Specified by:
equals
in interfacede.willuhn.datasource.rmi.DBObject
- Specified by:
equals
in interfacede.willuhn.datasource.GenericObject
- Throws:
java.rmi.RemoteException
- See Also:
DBObject.equals(de.willuhn.datasource.GenericObject)
-
getAttributeType
public java.lang.String getAttributeType(java.lang.String arg0) throws java.rmi.RemoteException
- Specified by:
getAttributeType
in interfacede.willuhn.datasource.rmi.DBObject
- Throws:
java.rmi.RemoteException
- See Also:
DBObject.getAttributeType(java.lang.String)
-
getList
public de.willuhn.datasource.rmi.DBIterator getList() throws java.rmi.RemoteException
- Specified by:
getList
in interfacede.willuhn.datasource.rmi.DBObject
- Throws:
java.rmi.RemoteException
- See Also:
DBObject.getList()
-
getPrimaryAttribute
public java.lang.String getPrimaryAttribute() throws java.rmi.RemoteException
- Specified by:
getPrimaryAttribute
in interfacede.willuhn.datasource.rmi.DBObject
- Specified by:
getPrimaryAttribute
in interfacede.willuhn.datasource.GenericObject
- Throws:
java.rmi.RemoteException
- See Also:
DBObject.getPrimaryAttribute()
-
load
public void load(java.lang.String arg0) throws java.rmi.RemoteException
- Specified by:
load
in interfacede.willuhn.datasource.rmi.DBObject
- Throws:
java.rmi.RemoteException
- See Also:
DBObject.load(java.lang.String)
-
removeDeleteListener
public void removeDeleteListener(de.willuhn.datasource.rmi.Listener arg0) throws java.rmi.RemoteException
- Specified by:
removeDeleteListener
in interfacede.willuhn.datasource.rmi.DBObject
- Throws:
java.rmi.RemoteException
- See Also:
DBObject.removeDeleteListener(de.willuhn.datasource.rmi.Listener)
-
removeStoreListener
public void removeStoreListener(de.willuhn.datasource.rmi.Listener arg0) throws java.rmi.RemoteException
- Specified by:
removeStoreListener
in interfacede.willuhn.datasource.rmi.DBObject
- Throws:
java.rmi.RemoteException
- See Also:
DBObject.removeStoreListener(de.willuhn.datasource.rmi.Listener)
-
getAttributeNames
public java.lang.String[] getAttributeNames() throws java.rmi.RemoteException
- Specified by:
getAttributeNames
in interfacede.willuhn.datasource.GenericObject
- Throws:
java.rmi.RemoteException
- See Also:
GenericObject.getAttributeNames()
-
getID
public java.lang.String getID() throws java.rmi.RemoteException
- Specified by:
getID
in interfacede.willuhn.datasource.GenericObject
- Throws:
java.rmi.RemoteException
- See Also:
GenericObject.getID()
-
transactionBegin
public void transactionBegin() throws java.rmi.RemoteException
- Specified by:
transactionBegin
in interfacede.willuhn.datasource.rmi.Transactionable
- Throws:
java.rmi.RemoteException
- See Also:
Transactionable.transactionBegin()
-
transactionCommit
public void transactionCommit() throws java.rmi.RemoteException
- Specified by:
transactionCommit
in interfacede.willuhn.datasource.rmi.Transactionable
- Throws:
java.rmi.RemoteException
- See Also:
Transactionable.transactionCommit()
-
transactionRollback
public void transactionRollback() throws java.rmi.RemoteException
- Specified by:
transactionRollback
in interfacede.willuhn.datasource.rmi.Transactionable
- Throws:
java.rmi.RemoteException
- See Also:
Transactionable.transactionRollback()
-
clear
public void clear() throws java.rmi.RemoteException
- Specified by:
clear
in interfacede.willuhn.datasource.rmi.Changeable
- Throws:
java.rmi.RemoteException
- See Also:
Changeable.clear()
-
delete
public void delete() throws java.rmi.RemoteException, de.willuhn.util.ApplicationException
- Specified by:
delete
in interfacede.willuhn.datasource.rmi.Changeable
- Throws:
java.rmi.RemoteException
de.willuhn.util.ApplicationException
- See Also:
Changeable.delete()
-
isNewObject
public boolean isNewObject() throws java.rmi.RemoteException
- Specified by:
isNewObject
in interfacede.willuhn.datasource.rmi.Changeable
- Throws:
java.rmi.RemoteException
- See Also:
Changeable.isNewObject()
-
overwrite
public void overwrite(de.willuhn.datasource.rmi.DBObject arg0) throws java.rmi.RemoteException
- Specified by:
overwrite
in interfacede.willuhn.datasource.rmi.Changeable
- Throws:
java.rmi.RemoteException
- See Also:
Changeable.overwrite(de.willuhn.datasource.rmi.DBObject)
-
store
public void store() throws java.rmi.RemoteException, de.willuhn.util.ApplicationException
- Specified by:
store
in interfacede.willuhn.datasource.rmi.Changeable
- Throws:
java.rmi.RemoteException
de.willuhn.util.ApplicationException
- See Also:
Changeable.store()
-
getChildren
public de.willuhn.datasource.GenericIterator getChildren() throws java.rmi.RemoteException
- Specified by:
getChildren
in interfacede.willuhn.datasource.GenericObjectNode
- Throws:
java.rmi.RemoteException
- See Also:
GenericObjectNode.getChildren()
-
getParent
public de.willuhn.datasource.GenericObjectNode getParent() throws java.rmi.RemoteException
- Specified by:
getParent
in interfacede.willuhn.datasource.GenericObjectNode
- Throws:
java.rmi.RemoteException
- See Also:
GenericObjectNode.getParent()
-
getPath
public de.willuhn.datasource.GenericIterator getPath() throws java.rmi.RemoteException
- Specified by:
getPath
in interfacede.willuhn.datasource.GenericObjectNode
- Throws:
java.rmi.RemoteException
- See Also:
GenericObjectNode.getPath()
-
getPossibleParents
public de.willuhn.datasource.GenericIterator getPossibleParents() throws java.rmi.RemoteException
- Specified by:
getPossibleParents
in interfacede.willuhn.datasource.GenericObjectNode
- Throws:
java.rmi.RemoteException
- See Also:
GenericObjectNode.getPossibleParents()
-
hasChild
public boolean hasChild(de.willuhn.datasource.GenericObjectNode arg0) throws java.rmi.RemoteException
- Specified by:
hasChild
in interfacede.willuhn.datasource.GenericObjectNode
- Throws:
java.rmi.RemoteException
- See Also:
GenericObjectNode.hasChild(de.willuhn.datasource.GenericObjectNode)
-
getName
public java.lang.String getName() throws java.rmi.RemoteException
Description copied from interface:UmsatzTyp
Liefert den Namen des Umsatz-Typs.- Specified by:
getName
in interfaceUmsatzTyp
- Returns:
- Name des Umsatz-Typs.
- Throws:
java.rmi.RemoteException
- See Also:
UmsatzTyp.getName()
-
setName
public void setName(java.lang.String name) throws java.rmi.RemoteException
Description copied from interface:UmsatzTyp
Speichert den Namen des Umsatz-Typs.- Specified by:
setName
in interfaceUmsatzTyp
- Parameters:
name
- Name des Umsatz-Typs.- Throws:
java.rmi.RemoteException
- See Also:
UmsatzTyp.setName(java.lang.String)
-
getNummer
public java.lang.String getNummer() throws java.rmi.RemoteException
Description copied from interface:UmsatzTyp
Liefert die Nummer des Umsatz-Typs. Die Nummer wird für die Sortierung bei der Auswertung eingesetzt.- Specified by:
getNummer
in interfaceUmsatzTyp
- Returns:
- Nummer des Umsatz-Typs.
- Throws:
java.rmi.RemoteException
- See Also:
UmsatzTyp.getNummer()
-
setNummer
public void setNummer(java.lang.String nummer) throws java.rmi.RemoteException
Description copied from interface:UmsatzTyp
Speichert die Nummer des Umsatz-Typs.- Specified by:
setNummer
in interfaceUmsatzTyp
- Parameters:
nummer
- Nummer des Umsatz-Typs- Throws:
java.rmi.RemoteException
- See Also:
UmsatzTyp.setNummer(java.lang.String)
-
getPattern
public java.lang.String getPattern() throws java.rmi.RemoteException
Description copied from interface:UmsatzTyp
Liefert das Suchmuster fuer den Umsatztyp.- Specified by:
getPattern
in interfaceUmsatzTyp
- Returns:
- Suchmuster.
- Throws:
java.rmi.RemoteException
- See Also:
UmsatzTyp.getPattern()
-
setPattern
public void setPattern(java.lang.String pattern) throws java.rmi.RemoteException
Description copied from interface:UmsatzTyp
Speichert das Suchmuster fuer den Umsatztyp.- Specified by:
setPattern
in interfaceUmsatzTyp
- Parameters:
pattern
- das Suchmuster.- Throws:
java.rmi.RemoteException
- See Also:
UmsatzTyp.setPattern(java.lang.String)
-
getUmsaetze
public de.willuhn.datasource.GenericIterator getUmsaetze() throws java.rmi.RemoteException
Description copied from interface:UmsatzTyp
Liefert eine Liste von Umsaetzen, die diesem Umsatz-Typ entsprechen.- Specified by:
getUmsaetze
in interfaceUmsatzTyp
- Returns:
- Umsatz-Liste.
- Throws:
java.rmi.RemoteException
- See Also:
UmsatzTyp.getUmsaetze()
-
getUmsaetze
public de.willuhn.datasource.GenericIterator getUmsaetze(java.util.Date von, java.util.Date bis) throws java.rmi.RemoteException
Description copied from interface:UmsatzTyp
Liefert eine Liste von Umsaetzen aus dem angegebenen Zeitraum.- Specified by:
getUmsaetze
in interfaceUmsatzTyp
- Parameters:
von
- Start-Datum. Wenn == null, dann bleibt es unberücksichtigt.bis
- Ende-Datum. Wenn == null, dann bleibt es unberücksichtigt.- Returns:
- Umsatz-Liste.
- Throws:
java.rmi.RemoteException
- See Also:
UmsatzTyp.getUmsaetze(java.util.Date, java.util.Date)
-
getUmsaetze
public de.willuhn.datasource.GenericIterator getUmsaetze(int days) throws java.rmi.RemoteException
Description copied from interface:UmsatzTyp
Liefert eine Liste von Umsaetzen der letzten Tage, die diesem Umsatz-Typ entsprechen.- Specified by:
getUmsaetze
in interfaceUmsatzTyp
- Parameters:
days
- Anzahl der Tage.- Returns:
- Umsatz-Liste.
- Throws:
java.rmi.RemoteException
- See Also:
UmsatzTyp.getUmsaetze(int)
-
getUmsatz
public double getUmsatz() throws java.rmi.RemoteException
Description copied from interface:UmsatzTyp
Liefert die Hoehe des Umsatzes, der fuer diesen Umsatztyp auf allen Konten vorliegt.- Specified by:
getUmsatz
in interfaceUmsatzTyp
- Returns:
- Hoehe des Umsatzes.
- Throws:
java.rmi.RemoteException
- See Also:
UmsatzTyp.getUmsatz()
-
getUmsatz
public double getUmsatz(java.util.Date von, java.util.Date bis) throws java.rmi.RemoteException
Description copied from interface:UmsatzTyp
Liefert die Hoehe des Umsatzes aus dem angegebenen Zeitraum.- Specified by:
getUmsatz
in interfaceUmsatzTyp
- Parameters:
von
- Start-Datum. Wenn == null, dann bleibt es unberücksichtigt.bis
- Ende-Datum. Wenn == null, dann bleibt es unberücksichtigt.- Returns:
- Hoehe des Umsatzes.
- Throws:
java.rmi.RemoteException
- See Also:
UmsatzTyp.getUmsatz(java.util.Date, java.util.Date)
-
getUmsatz
public double getUmsatz(int days) throws java.rmi.RemoteException
Description copied from interface:UmsatzTyp
Liefert die Hoehe des Umsatzes der letzten Tage, der fuer diesen Umsatztyp auf allen Konten vorliegt.- Specified by:
getUmsatz
in interfaceUmsatzTyp
- Parameters:
days
- Anzahl der Tage.- Returns:
- Hoehe des Umsatzes.
- Throws:
java.rmi.RemoteException
- See Also:
UmsatzTyp.getUmsatz(int)
-
isRegex
public boolean isRegex() throws java.rmi.RemoteException
Description copied from interface:UmsatzTyp
Prueft, ob es sich bei dem Pattern um einen regulaeren Ausdruck handelt.- Specified by:
isRegex
in interfaceUmsatzTyp
- Returns:
- true, wenn es sich um einen regulaeren Ausdruck handelt.
- Throws:
java.rmi.RemoteException
- See Also:
UmsatzTyp.isRegex()
-
getTyp
public int getTyp() throws java.rmi.RemoteException
Description copied from interface:UmsatzTyp
Liefert den Typ der Kategorie.- Specified by:
getTyp
in interfaceUmsatzTyp
- Returns:
- Typ der Kategorie.
- Throws:
java.rmi.RemoteException
- See Also:
UmsatzTyp.getTyp()
-
setTyp
public void setTyp(int typ) throws java.rmi.RemoteException
Description copied from interface:UmsatzTyp
Speichert den Typ der Kategorie.- Specified by:
setTyp
in interfaceUmsatzTyp
- Parameters:
typ
- Typ der Kategorie.- Throws:
java.rmi.RemoteException
- See Also:
UmsatzTyp.setTyp(int)
-
setRegex
public void setRegex(boolean regex) throws java.rmi.RemoteException
Description copied from interface:UmsatzTyp
Speichert, ob es sich bei dem Pattern um einen regulaeren Ausdruck handelt.- Specified by:
setRegex
in interfaceUmsatzTyp
- Parameters:
regex
- true, wenn es sich um einen regulaeren Ausdruck handelt.- Throws:
java.rmi.RemoteException
- See Also:
UmsatzTyp.setRegex(boolean)
-
matches
public boolean matches(Umsatz umsatz, boolean allowReassign) throws java.rmi.RemoteException, java.util.regex.PatternSyntaxException
Description copied from interface:UmsatzTyp
Prueft, ob der Umsatz diesem Pattern entspricht. Ist fuer den Umsatz-Typ kein Pattern definiert, liefert die Funktion immer false.- Specified by:
matches
in interfaceUmsatzTyp
- Parameters:
umsatz
- zu pruefender Umsatz.allowReassign
- true, wenn der Umsatz auch dann als passend gewertet werden soll, wenn er bereits fest einer anderen Kategorie zugeordnet ist. Per Default (also wenn die "matches(Umsatz)"-Funktion ohne diesen Boolean-Parameter aufgerufen wird) ist dieser Parameter "false". Das heisst, ein Umsatz, der bereits manuell (nicht per Suchbegriff) einer anderen Kategorie zugeordnet ist, liefert hier false, wenn "this" nicht die zugeordnete Kategorie ist.- Returns:
- true, wenn er dem Pattern entspricht.
- Throws:
java.rmi.RemoteException
java.util.regex.PatternSyntaxException
- wird geworden, wenn es ein regulaerer Ausdruck mit Fehlern ist.- See Also:
UmsatzTyp.matches(de.willuhn.jameica.hbci.rmi.Umsatz, boolean)
-
matches
public boolean matches(Umsatz umsatz) throws java.rmi.RemoteException
Description copied from interface:UmsatzTyp
Prueft, ob der Umsatz diesem Pattern entspricht. Ist fuer den Umsatz-Typ kein Pattern definiert, liefert die Funktion immer false.- Specified by:
matches
in interfaceUmsatzTyp
- Parameters:
umsatz
- zu pruefender Umsatz.- Returns:
- true, wenn er dem Pattern entspricht.
- Throws:
java.rmi.RemoteException
- See Also:
UmsatzTyp.matches(de.willuhn.jameica.hbci.rmi.Umsatz)
-
getColor
public int[] getColor() throws java.rmi.RemoteException
Description copied from interface:UmsatzTyp
Liefert die fuer diese Kategorie zu verwendende Farbe.- Specified by:
getColor
in interfaceUmsatzTyp
- Returns:
- Farbe oder null, wenn noch keine definiert wurde.
- Throws:
java.rmi.RemoteException
- See Also:
UmsatzTyp.getColor()
-
setColor
public void setColor(int[] rgb) throws java.rmi.RemoteException
Description copied from interface:UmsatzTyp
Speichert die Farbe fuer die Umsatz-Kategorie.- Specified by:
setColor
in interfaceUmsatzTyp
- Parameters:
rgb
- Farbe.- Throws:
java.rmi.RemoteException
- See Also:
UmsatzTyp.setColor(int[])
-
isCustomColor
public boolean isCustomColor() throws java.rmi.RemoteException
Description copied from interface:UmsatzTyp
Prueft, ob eine benutzerdefinierte Farbe verwendet werden soll.- Specified by:
isCustomColor
in interfaceUmsatzTyp
- Returns:
- true, wenn eine benutzerdefinierte Farbe verwendet werden soll.
- Throws:
java.rmi.RemoteException
- See Also:
UmsatzTyp.isCustomColor()
-
setCustomColor
public void setCustomColor(boolean b) throws java.rmi.RemoteException
Description copied from interface:UmsatzTyp
Legt fest, ob eine benutzerdefinierte Farbe verwendet werden soll.- Specified by:
setCustomColor
in interfaceUmsatzTyp
- Parameters:
b
- true, wenn eine benutzerdefinierte Farbe verwendet werden soll.- Throws:
java.rmi.RemoteException
- See Also:
UmsatzTyp.setCustomColor(boolean)
-
setKommentar
public void setKommentar(java.lang.String kommentar) throws java.rmi.RemoteException
Description copied from interface:UmsatzTyp
Speichert den Kommentar fuer den Umsatztyp.- Specified by:
setKommentar
in interfaceUmsatzTyp
- Parameters:
kommentar
- der Kommentar.- Throws:
java.rmi.RemoteException
-
getKommentar
public java.lang.String getKommentar() throws java.rmi.RemoteException
Description copied from interface:UmsatzTyp
Liefert den Kommentar fuer den Umsatztyp.- Specified by:
getKommentar
in interfaceUmsatzTyp
- Returns:
- Kommentar.
- Throws:
java.rmi.RemoteException
-
-