org.kapott.hbci.GV_Result
Class GVRSaldoReq

java.lang.Object
  extended byorg.kapott.hbci.GV_Result.HBCIJobResultImpl
      extended byorg.kapott.hbci.GV_Result.GVRSaldoReq
All Implemented Interfaces:
HBCIJobResult, java.io.Serializable

public final class GVRSaldoReq
extends org.kapott.hbci.GV_Result.HBCIJobResultImpl

Ergebnisse einer Saldenabfrage. Hier ist für jedes abgefragte Konto genau ein entsprechendes Saldo-Objekt eingetragen.

See Also:
Serialized Form

Nested Class Summary
static class GVRSaldoReq.Info
          Saldo-Informationen für ein Konto
 
Field Summary
 
Fields inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
globStatus, jobStatus
 
Constructor Summary
GVRSaldoReq()
           
 
Method Summary
 GVRSaldoReq.Info[] getEntries()
          Gibt alle verfügbaren Saldo-Informationen in einem Feld zurück.
 void store(GVRSaldoReq.Info info)
           
 java.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GVRSaldoReq

public GVRSaldoReq()
Method Detail

store

public void store(GVRSaldoReq.Info info)

getEntries

public GVRSaldoReq.Info[] 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

public java.lang.String toString()