Package org.kapott.hbci.GV_Result
Class GVRWPDepotUms.Entry
- java.lang.Object
-
- org.kapott.hbci.GV_Result.GVRWPDepotUms.Entry
-
- Enclosing class:
- GVRWPDepotUms
public static final class GVRWPDepotUms.Entry extends java.lang.ObjectEin Eintrag zu genau einem Depot
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGVRWPDepotUms.Entry.FinancialInstrument
-
Field Summary
Fields Modifier and Type Field Description KontodepotDepotkonto, auf das sich der Eintrag bezieht.java.util.List<GVRWPDepotUms.Entry.FinancialInstrument>instrumentsListe der Wertpapiere mit Umsätzenjava.util.DatetimestampZeitpunkt der Erstellung dieser Daten
-
Constructor Summary
Constructors Constructor Description Entry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
timestamp
public java.util.Date timestamp
Zeitpunkt der Erstellung dieser Daten
-
depot
public Konto depot
Depotkonto, auf das sich der Eintrag bezieht.
-
instruments
public final java.util.List<GVRWPDepotUms.Entry.FinancialInstrument> instruments
Liste der Wertpapiere mit Umsätzen
-
-