Package de.willuhn.jameica.hbci.server
Class UmsatzGroup
java.lang.Object
de.willuhn.jameica.hbci.server.UmsatzGroup
- All Implemented Interfaces:
de.willuhn.datasource.GenericObject
,de.willuhn.datasource.GenericObjectNode
,Comparable
,Remote
public class UmsatzGroup
extends Object
implements de.willuhn.datasource.GenericObjectNode, Comparable
Hilfsklasse, um eine Gruppen von Umsaetzen samt Name als GenericObjectNode abzubilden.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Fuegt der Gruppe einen neuen Umsatz hinzu.int
Implementiert, damit wir nach dem Feld "nummer" sortieren koennen.boolean
equals
(de.willuhn.datasource.GenericObject other) getAttribute
(String arg0) String[]
de.willuhn.datasource.GenericIterator
getID()
de.willuhn.datasource.GenericObjectNode
de.willuhn.datasource.GenericIterator
getPath()
de.willuhn.datasource.GenericIterator
Liefert den zugehoerigen Umsatztyp.boolean
hasChild
(de.willuhn.datasource.GenericObjectNode node)
-
Constructor Details
-
UmsatzGroup
ct.- Parameters:
typ
-
-
-
Method Details
-
getUmsatzTyp
Liefert den zugehoerigen Umsatztyp.- Returns:
- der zugehoerige Umsatztyp.
-
add
Fuegt der Gruppe einen neuen Umsatz hinzu.- Parameters:
umsatz
-
-
getChildren
- Specified by:
getChildren
in interfacede.willuhn.datasource.GenericObjectNode
- Throws:
RemoteException
- See Also:
-
GenericObjectNode.getChildren()
-
getParent
- Specified by:
getParent
in interfacede.willuhn.datasource.GenericObjectNode
- Throws:
RemoteException
- See Also:
-
GenericObjectNode.getParent()
-
getPath
- Specified by:
getPath
in interfacede.willuhn.datasource.GenericObjectNode
- Throws:
RemoteException
- See Also:
-
GenericObjectNode.getPath()
-
getPossibleParents
- Specified by:
getPossibleParents
in interfacede.willuhn.datasource.GenericObjectNode
- Throws:
RemoteException
- See Also:
-
GenericObjectNode.getPossibleParents()
-
hasChild
- Specified by:
hasChild
in interfacede.willuhn.datasource.GenericObjectNode
- Throws:
RemoteException
- See Also:
-
GenericObjectNode.hasChild(de.willuhn.datasource.GenericObjectNode)
-
equals
- Specified by:
equals
in interfacede.willuhn.datasource.GenericObject
- Throws:
RemoteException
- See Also:
-
GenericObject.equals(de.willuhn.datasource.GenericObject)
-
getAttribute
- Specified by:
getAttribute
in interfacede.willuhn.datasource.GenericObject
- Throws:
RemoteException
- See Also:
-
GenericObject.getAttribute(java.lang.String)
-
getAttributeNames
- Specified by:
getAttributeNames
in interfacede.willuhn.datasource.GenericObject
- Throws:
RemoteException
- See Also:
-
GenericObject.getAttributeNames()
-
getID
- Specified by:
getID
in interfacede.willuhn.datasource.GenericObject
- Throws:
RemoteException
- See Also:
-
GenericObject.getID()
-
getPrimaryAttribute
- Specified by:
getPrimaryAttribute
in interfacede.willuhn.datasource.GenericObject
- Throws:
RemoteException
- See Also:
-
GenericObject.getPrimaryAttribute()
-
compareTo
Implementiert, damit wir nach dem Feld "nummer" sortieren koennen.- Specified by:
compareTo
in interfaceComparable
- See Also:
-