Package org.kapott.hbci.GV_Result
Class GVRWPDepotList.Entry
- java.lang.Object
-
- org.kapott.hbci.GV_Result.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.private java.util.ArrayList<GVRWPDepotList.Entry.Gattung>
gattungen
static int
SALDO_TYPE_STCK
static int
SALDO_TYPE_WERT
java.util.Date
timestamp
Zeitpunkt der Erstellung dieser DatenBigDecimalValue
total
Gesamtwert des Depots (optional!)
-
Constructor Summary
Constructors Constructor Description Entry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addEntry(GVRWPDepotList.Entry.Gattung gattung)
GVRWPDepotList.Entry.Gattung[]
getEntries()
Gibt ein Array mit Informationen über alle Wertpapiergattungen zurück, die in diesem Depot gehalten werden.java.lang.String
toString()
-
-
-
Field Detail
-
SALDO_TYPE_STCK
public static final int SALDO_TYPE_STCK
- See Also:
- Constant Field Values
-
SALDO_TYPE_WERT
public static final int SALDO_TYPE_WERT
- See Also:
- Constant Field Values
-
timestamp
public java.util.Date timestamp
Zeitpunkt der Erstellung dieser Daten
-
depot
public Konto depot
Depotkonto, auf das sich der Eintrag bezieht.
-
gattungen
private java.util.ArrayList<GVRWPDepotList.Entry.Gattung> gattungen
-
total
public BigDecimalValue total
Gesamtwert des Depots (optional!)
-
-
Method Detail
-
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 niemalsnull
, die Größe des Arrays kann aber 0 sein.- Returns:
- Array mit Informationen über Wertpapiergattungen
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-