public interface WorkSetInstrument extends BusinessObject
Modifier and Type | Interface and Description |
---|---|
static class |
WorkSetInstrument.Logic |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getCurrentAmount() |
InstrumentCategory |
getEffectiveCategory() |
Instrument |
getInstrument()
May return null; the instrument may not be specified.
|
InstrumentCategory |
getInstrumentCategory()
May return null; if the instrument is specified the category does
not need to be specified as well.
|
BigDecimal |
getPrice() |
WorkSet |
getWorkSet() |
boolean |
isDefault() |
boolean |
isLocked() |
toDisplayString
BigDecimal getCurrentAmount()
InstrumentCategory getEffectiveCategory()
Instrument getInstrument()
InstrumentCategory getInstrumentCategory()
BigDecimal getPrice()
WorkSet getWorkSet()
boolean isDefault()
boolean isLocked()