Package org.kapott.hbci.GV_Result
Class GVRFestList
- java.lang.Object
-
- org.kapott.hbci.GV_Result.HBCIJobResultImpl
-
- org.kapott.hbci.GV_Result.GVRFestList
-
- All Implemented Interfaces:
java.io.Serializable
,HBCIJobResult
public final class GVRFestList extends HBCIJobResultImpl
Ergebnisse der Abfrage bestehender Festgeldanlange. Die verschiedenen Festgeldanlagen werden in einer Liste gespeichert. Für jede bestehende Festgeldanlage gibt es ein separates Objekt mit Informationen über diese Anlage.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GVRFestList.Entry
Informationen über eine einzelne.
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<GVRFestList.Entry>
entries
-
Fields inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
globStatus, jobStatus
-
-
Constructor Summary
Constructors Constructor Description GVRFestList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addEntry(GVRFestList.Entry entry)
GVRFestList.Entry[]
getEntries()
Gibt Informationen über alle gefundenen Festgeldanlagen zurückjava.lang.String
toString()
-
Methods inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
getDialogId, getGlobStatus, getJobId, getJobStatus, getMsgNum, getParentJob, getPassport, getResultData, getRetNumber, getRetVal, getSegNum, isOK, setParentJob, storeResult
-
-
-
-
Field Detail
-
entries
private java.util.List<GVRFestList.Entry> entries
-
-
Method Detail
-
addEntry
public void addEntry(GVRFestList.Entry entry)
-
getEntries
public GVRFestList.Entry[] getEntries()
Gibt Informationen über alle gefundenen Festgeldanlagen zurück- Returns:
- Array, wobei jeder Eintrag eine Festgeldanlage beschreibt
-
toString
public java.lang.String toString()
- Overrides:
toString
in classHBCIJobResultImpl
-
-