Package org.kapott.hbci.GV_Result
Class GVRTermUebList
- java.lang.Object
-
- org.kapott.hbci.GV_Result.HBCIJobResultImpl
-
- org.kapott.hbci.GV_Result.GVRTermUebList
-
- All Implemented Interfaces:
java.io.Serializable,HBCIJobResult
public final class GVRTermUebList extends org.kapott.hbci.GV_Result.HBCIJobResultImplErgebnisse der Abfrage noch anstehender terminierter Überweisungen. Jeder noch anstehende terminierte Überweisungsauftrag wird in einem separaten Objekt gespeichert.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGVRTermUebList.EntryInformationen zu einem einzelnen terminierten Überweisungsauftrag
-
Constructor Summary
Constructors Constructor Description GVRTermUebList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEntry(GVRTermUebList.Entry e)GVRTermUebList.Entry[]getEntries()Gibt ein Array mit gefundenen noch anstehenden Terminüberweisungen zurückjava.lang.StringtoString()
-
-
-
Method Detail
-
addEntry
public void addEntry(GVRTermUebList.Entry e)
-
getEntries
public GVRTermUebList.Entry[] getEntries()
Gibt ein Array mit gefundenen noch anstehenden Terminüberweisungen zurück- Returns:
- Array, wobei jedes Element Daten über eine einzelne Terminüberweisung enthält
-
toString
public java.lang.String toString()
- Overrides:
toStringin classorg.kapott.hbci.GV_Result.HBCIJobResultImpl
-
-