Class GVRWPDepotList.Entry

  • Enclosing class:
    GVRWPDepotList

    public static final class GVRWPDepotList.Entry
    extends java.lang.Object
    Ein Eintrag zu genau einem Depot
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  GVRWPDepotList.Entry.Gattung
      Enhält Informationen zu einer Wertpapiergattung
    • Field Summary

      Fields 
      Modifier and Type Field Description
      Konto depot
      Depotkonto, auf das sich der Eintrag bezieht.
      static int SALDO_TYPE_STCK  
      static int SALDO_TYPE_WERT  
      java.util.Date timestamp
      Zeitpunkt der Erstellung dieser Daten
      org.kapott.hbci.structures.BigDecimalValue total
      Gesamtwert des Depots (optional!)
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry()  
    • Field Detail

      • timestamp

        public java.util.Date timestamp
        Zeitpunkt der Erstellung dieser Daten
      • depot

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

        public org.kapott.hbci.structures.BigDecimalValue total
        Gesamtwert des Depots (optional!)
    • Constructor Detail

      • Entry

        public Entry()
    • Method Detail

      • 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 java.lang.String toString()
        Overrides:
        toString in class java.lang.Object