de.willuhn.datasource.GenericObject
, de.willuhn.datasource.GenericObjectNode
, EinnahmeAusgabeZeitraum
, java.rmi.Remote
public class EinnahmeAusgabeTreeNode extends java.lang.Object implements EinnahmeAusgabeZeitraum, de.willuhn.datasource.GenericObjectNode
Constructor | Description |
---|---|
EinnahmeAusgabeTreeNode(java.util.Date from,
java.util.Date to,
java.util.List<EinnahmeAusgabe> children) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(de.willuhn.datasource.GenericObject arg0) |
|
java.lang.Object |
getAttribute(java.lang.String arg0) |
|
java.lang.String[] |
getAttributeNames() |
|
de.willuhn.datasource.GenericIterator |
getChildren() |
|
java.util.Date |
getEnddatum() |
Liefert das End-Datum.
|
java.lang.String |
getID() |
|
de.willuhn.datasource.GenericObjectNode |
getParent() |
|
de.willuhn.datasource.GenericIterator |
getPath() |
|
de.willuhn.datasource.GenericIterator |
getPossibleParents() |
|
java.lang.String |
getPrimaryAttribute() |
|
java.util.Date |
getStartdatum() |
Liefert das Start-Datum.
|
boolean |
hasChild(de.willuhn.datasource.GenericObjectNode arg0) |
public EinnahmeAusgabeTreeNode(java.util.Date from, java.util.Date to, java.util.List<EinnahmeAusgabe> children)
from
- Startdatum des Zeitraumsto
- Enddatum des Zeitraumschildren
- Liste der EinnameAusgabe-Daten für diesen Zeitraumpublic java.util.Date getStartdatum()
EinnahmeAusgabeZeitraum
getStartdatum
in interface EinnahmeAusgabeZeitraum
EinnahmeAusgabeZeitraum.getStartdatum()
public java.util.Date getEnddatum()
EinnahmeAusgabeZeitraum
getEnddatum
in interface EinnahmeAusgabeZeitraum
EinnahmeAusgabeZeitraum.getEnddatum()
public boolean equals(de.willuhn.datasource.GenericObject arg0) throws java.rmi.RemoteException
equals
in interface de.willuhn.datasource.GenericObject
java.rmi.RemoteException
GenericObject.equals(de.willuhn.datasource.GenericObject)
public java.lang.Object getAttribute(java.lang.String arg0) throws java.rmi.RemoteException
getAttribute
in interface de.willuhn.datasource.GenericObject
java.rmi.RemoteException
GenericObject.getAttribute(java.lang.String)
public java.lang.String[] getAttributeNames() throws java.rmi.RemoteException
getAttributeNames
in interface de.willuhn.datasource.GenericObject
java.rmi.RemoteException
GenericObject.getAttributeNames()
public java.lang.String getID() throws java.rmi.RemoteException
getID
in interface de.willuhn.datasource.GenericObject
java.rmi.RemoteException
GenericObject.getID()
public java.lang.String getPrimaryAttribute() throws java.rmi.RemoteException
getPrimaryAttribute
in interface de.willuhn.datasource.GenericObject
java.rmi.RemoteException
GenericObject.getPrimaryAttribute()
public de.willuhn.datasource.GenericIterator getChildren() throws java.rmi.RemoteException
getChildren
in interface de.willuhn.datasource.GenericObjectNode
java.rmi.RemoteException
GenericObjectNode.getChildren()
public de.willuhn.datasource.GenericObjectNode getParent() throws java.rmi.RemoteException
getParent
in interface de.willuhn.datasource.GenericObjectNode
java.rmi.RemoteException
GenericObjectNode.getParent()
public de.willuhn.datasource.GenericIterator getPath() throws java.rmi.RemoteException
getPath
in interface de.willuhn.datasource.GenericObjectNode
java.rmi.RemoteException
GenericObjectNode.getPath()
public de.willuhn.datasource.GenericIterator getPossibleParents() throws java.rmi.RemoteException
getPossibleParents
in interface de.willuhn.datasource.GenericObjectNode
java.rmi.RemoteException
GenericObjectNode.getPossibleParents()
public boolean hasChild(de.willuhn.datasource.GenericObjectNode arg0) throws java.rmi.RemoteException
hasChild
in interface de.willuhn.datasource.GenericObjectNode
java.rmi.RemoteException
GenericObjectNode.hasChild(de.willuhn.datasource.GenericObjectNode)