Package org.kapott.hbci.GV_Result
Class GVRFestCondList
- java.lang.Object
-
- org.kapott.hbci.GV_Result.HBCIJobResultImpl
-
- org.kapott.hbci.GV_Result.GVRFestCondList
-
- All Implemented Interfaces:
java.io.Serializable
,HBCIJobResult
public final class GVRFestCondList extends org.kapott.hbci.GV_Result.HBCIJobResultImpl
Rückgabedaten für die Abfrage von Festgeld-Konditionen. Es wird eine Liste mit empfangenen Konditionen bereitgestellt. Für jeden Datensatz wird ein separates Objekt mit den entsprechenden Informationen bereitgestellt.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GVRFestCondList.Cond
Informationen über eine mögliche Kondition für Festgeldanlagen
-
Constructor Summary
Constructors Constructor Description GVRFestCondList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addEntry(GVRFestCondList.Cond entry)
GVRFestCondList.Cond[]
getEntries()
Gibt alle gefundenen Festgeldkonditionen als Array zurückjava.lang.String
toString()
-
-
-
Method Detail
-
addEntry
public void addEntry(GVRFestCondList.Cond entry)
-
getEntries
public GVRFestCondList.Cond[] getEntries()
Gibt alle gefundenen Festgeldkonditionen als Array zurück- Returns:
- Array mit Festgeldkonditionen
-
toString
public java.lang.String toString()
- Overrides:
toString
in classorg.kapott.hbci.GV_Result.HBCIJobResultImpl
-
-