public interface WorkSet extends BusinessObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
WorkSet.Logic |
| Modifier and Type | Method and Description |
|---|---|
Instrument |
getBuyInstrument() |
InstrumentCategory |
getBuyInstrumentCategory() |
List<? extends Change> |
getChanges() |
String |
getName() |
Instrument |
getSellInstrument() |
BigDecimal |
getSellShare() |
List<? extends WorkSetInstrument> |
getWorkSetInstruments() |
List<? extends WorkSetPortfolio> |
getWorkSetPortfolios() |
boolean |
isFreeToIgnoreProfiles() |
toDisplayStringInstrument getBuyInstrument()
InstrumentCategory getBuyInstrumentCategory()
String getName()
Instrument getSellInstrument()
BigDecimal getSellShare()
List<? extends WorkSetInstrument> getWorkSetInstruments()
List<? extends WorkSetPortfolio> getWorkSetPortfolios()
boolean isFreeToIgnoreProfiles()