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:
Serializable
,HBCIJobResult
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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Informationen über eine mögliche Kondition für Festgeldanlagen -
Field Summary
Fields inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
globStatus, jobStatus
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addEntry
(GVRFestCondList.Cond entry) Gibt alle gefundenen Festgeldkonditionen als Array zurücktoString()
Methods inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
getDialogId, getGlobStatus, getJobId, getJobStatus, getMsgNum, getParentJob, getPassport, getResultData, getRetNumber, getRetVal, getSegNum, isOK, setParentJob, storeResult
-
Constructor Details
-
GVRFestCondList
public GVRFestCondList()
-
-
Method Details
-
addEntry
-
getEntries
Gibt alle gefundenen Festgeldkonditionen als Array zurück- Returns:
- Array mit Festgeldkonditionen
-
toString
- Overrides:
toString
in classHBCIJobResultImpl
-