public static final class GVRWPDepotList.Entry
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
GVRWPDepotList.Entry.Gattung |
Enhält Informationen zu einer Wertpapiergattung
|
| 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 | Description |
|---|---|
Entry() |
| 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() |
public static final int SALDO_TYPE_STCK
public static final int SALDO_TYPE_WERT
public java.util.Date timestamp
public Konto depot
public org.kapott.hbci.structures.BigDecimalValue total
public void addEntry(GVRWPDepotList.Entry.Gattung gattung)
public GVRWPDepotList.Entry.Gattung[] getEntries()
null, die Größe des Arrays kann aber 0 sein.public java.lang.String toString()
toString in class java.lang.Object