Class GVRWPDepotList.Entry

java.lang.Object
org.kapott.hbci.GV_Result.GVRWPDepotList.Entry
Enclosing class:
GVRWPDepotList

public static final class GVRWPDepotList.Entry extends Object
Ein Eintrag zu genau einem Depot
  • Field Details

    • SALDO_TYPE_STCK

      public static final int SALDO_TYPE_STCK
      See Also:
    • SALDO_TYPE_WERT

      public static final int SALDO_TYPE_WERT
      See Also:
    • timestamp

      public Date timestamp
      Zeitpunkt der Erstellung dieser Daten
    • depot

      public Konto depot
      Depotkonto, auf das sich der Eintrag bezieht.
    • total

      public BigDecimalValue total
      Gesamtwert des Depots (optional!)
  • Constructor Details

    • Entry

      public Entry()
  • Method Details

    • addEntry

      public void addEntry(GVRWPDepotList.Entry.Gattung gattung)
    • getEntries

      public GVRWPDepotList.Entry.Gattung[] getEntries()
      Gibt ein Array mit Informationen über alle Wertpapiergattungen zurück, die in diesem Depot gehalten werden. Der Rückgabewert ist niemals null, die Größe des Arrays kann aber 0 sein.
      Returns:
      Array mit Informationen über Wertpapiergattungen
    • toString

      public String toString()
      Overrides:
      toString in class Object