Package org.kapott.hbci.GV_Result
Class GVRSaldoReq
java.lang.Object
org.kapott.hbci.GV_Result.HBCIJobResultImpl
org.kapott.hbci.GV_Result.GVRSaldoReq
- All Implemented Interfaces:
Serializable
,HBCIJobResult
Ergebnisse einer Saldenabfrage. Hier ist für jedes abgefragte Konto
genau ein entsprechendes Saldo-Objekt eingetragen.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Saldo-Informationen für ein Konto -
Field Summary
Fields inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
globStatus, jobStatus
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGibt alle verfügbaren Saldo-Informationen in einem Feld zurück.void
store
(GVRSaldoReq.Info info) 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
-
Constructor Details
-
GVRSaldoReq
public GVRSaldoReq()
-
-
Method Details
-
store
-
getEntries
Gibt alle verfügbaren Saldo-Informationen in einem Feld zurück. Dabei existiert für jedes abgefragte Konto ein Eintrag in diesem Feld.- Returns:
- Array mit Saldeninformationen
-
toString
- Overrides:
toString
in classHBCIJobResultImpl
-