org.kapott.hbci.GV_Result
Class GVRAccInfo

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

public class GVRAccInfo
extends org.kapott.hbci.GV_Result.HBCIJobResultImpl

Klasse für die Ergebnisdaten einer Kontostammdaten-Abfrage

See Also:
Serialized Form

Nested Class Summary
static class GVRAccInfo.AccInfo
          Informationen zu genau einem Konto
 
Field Summary
 
Fields inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
globStatus, jobStatus
 
Constructor Summary
GVRAccInfo()
           
 
Method Summary
 void addEntry(GVRAccInfo.AccInfo info)
           
 GVRAccInfo.AccInfo[] getEntries()
          Holen aller empfangenen Kontostammdaten.
 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

GVRAccInfo

public GVRAccInfo()
Method Detail

addEntry

public void addEntry(GVRAccInfo.AccInfo info)

getEntries

public GVRAccInfo.AccInfo[] getEntries()
Holen aller empfangenen Kontostammdaten.

Returns:
Array mit einzelnen Konto-Informationen. Das Array ist niemals null, kann aber die Länge 0 haben

toString

public java.lang.String toString()