public abstract static class WorkSetInstrument.Logic extends Object
Constructor and Description |
---|
Logic() |
Modifier and Type | Method and Description |
---|---|
static InstrumentCategory |
getEffectiveCategory(WorkSetInstrument aWorkSetInstrument) |
static BigDecimal |
getPrice(WorkSetInstrument aWorkSetInstrument) |
static int |
getPriority(WorkSetInstrument aWorkSetInstrument) |
static BigDecimal |
getTransactionPrice(WorkSetInstrument aWorkSetInstrument) |
static boolean |
isAllowedToDelete(WorkSetInstrument aWorkSetInstrument) |
static boolean |
isDefault(WorkSetInstrument aWorkSetInstrument) |
static boolean |
isNotCatgeoryChange(WorkSetInstrument aWorkSetInstrument) |
static String |
toDisplayString(WorkSetInstrument aWorkSetInstrument) |
public static InstrumentCategory getEffectiveCategory(WorkSetInstrument aWorkSetInstrument)
public static BigDecimal getPrice(WorkSetInstrument aWorkSetInstrument)
public static int getPriority(WorkSetInstrument aWorkSetInstrument)
public static BigDecimal getTransactionPrice(WorkSetInstrument aWorkSetInstrument)
public static boolean isAllowedToDelete(WorkSetInstrument aWorkSetInstrument)
public static boolean isDefault(WorkSetInstrument aWorkSetInstrument)
public static boolean isNotCatgeoryChange(WorkSetInstrument aWorkSetInstrument)
public static String toDisplayString(WorkSetInstrument aWorkSetInstrument)