@Value.Immutable public interface FfbDepotInfo extends Comparable<FfbDepotInfo>
| Modifier and Type | Method and Description |
|---|---|
static ImmutableFfbDepotInfo.Builder |
builder() |
default int |
compareTo(FfbDepotInfo other)
|
String |
getDepotname()
A name of th depot.
|
FfbDepotNummer |
getDepotNummer() |
List<FfbFondsbestand> |
getFondsbestaende()
Each fund is represendet by
FfbFondsbestand. |
BigDecimal |
getGesamtDepotBestand() |
static ImmutableFfbDepotInfo.Builder builder()
String getDepotname()
FfbDepotNummer getDepotNummer()
BigDecimal getGesamtDepotBestand()
List<FfbFondsbestand> getFondsbestaende()
FfbFondsbestand.default int compareTo(FfbDepotInfo other)
compareTo in interface Comparable<FfbDepotInfo>Copyright © 2018. All rights reserved.