public interface PortfolioOwner extends BusinessObject
Modifier and Type | Interface and Description |
---|---|
static class |
PortfolioOwner.Logic |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAggregatedAmount() |
String |
getName() |
List<? extends Portfolio> |
getPortfolios() |
toDisplayString
BigDecimal getAggregatedAmount()
String getName()