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 classInformationen über eine mögliche Kondition für Festgeldanlagen -
Field Summary
FieldsFields inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
globStatus, jobStatus -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEntry(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
-
Field Details
-
entries
-
-
Constructor Details
-
GVRFestCondList
public GVRFestCondList()
-
-
Method Details
-
addEntry
-
getEntries
Gibt alle gefundenen Festgeldkonditionen als Array zurück- Returns:
- Array mit Festgeldkonditionen
-
toString
- Overrides:
toStringin classHBCIJobResultImpl
-