public interface WorkSetPortfolio extends BusinessObject
Modifier and Type | Interface and Description |
---|---|
static class |
WorkSetPortfolio.Logic |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAdjustedFutureAmount() |
List<? extends Change> |
getChanges() |
BigDecimal |
getCurrentAmount() |
BigDecimal |
getExclusion() |
BigDecimal |
getFutureAmount() |
Portfolio |
getPortfolio() |
BigDecimal |
getTotalChangeBalance() |
String |
getTransactionType() |
WorkSet |
getWorkSet() |
boolean |
isActiveInMoreThanOneWorkSet() |
boolean |
isOptimisationFailed() |
toDisplayString
BigDecimal getAdjustedFutureAmount()
BigDecimal getCurrentAmount()
BigDecimal getExclusion()
BigDecimal getFutureAmount()
Portfolio getPortfolio()
BigDecimal getTotalChangeBalance()
String getTransactionType()
WorkSet getWorkSet()
boolean isActiveInMoreThanOneWorkSet()
boolean isOptimisationFailed()