|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kapott.hbci.GV_Result.GVRWPDepotList.Entry
Ein Eintrag zu genau einem Depot
Nested Class Summary | |
static class |
GVRWPDepotList.Entry.Gattung
Enhält Informationen zu einer Wertpapiergattung |
Field Summary | |
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 |
Value |
total
Gesamtwert des Depots (optional!) |
Constructor Summary | |
GVRWPDepotList.Entry()
|
Method Summary | |
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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int SALDO_TYPE_STCK
public static final int SALDO_TYPE_WERT
public java.util.Date timestamp
public Konto depot
public Value total
Constructor Detail |
public GVRWPDepotList.Entry()
Method Detail |
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()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |