public class ConfiguratorEntry extends Object implements InjectablePOS, ComplexCalculationResult
| Constructor and Description |
|---|
ConfiguratorEntry() |
| Modifier and Type | Method and Description |
|---|---|
ContextParameter |
createParameter(InputType type,
String name) |
ContextParameter |
createParameter(InputType type,
String name,
Date targetDate) |
ContextParameter |
getFirstInput() |
List<ContextParameter> |
getInputs() |
String |
getMessage() |
PersistedObjectService |
getObjectService() |
String |
getResultType() |
void |
setContext(FormulaEngineContext ctx) |
void |
setInputs(List<ContextParameter> inputs) |
void |
setMessage(String message) |
public List<ContextParameter> getInputs()
public ContextParameter getFirstInput()
public void setInputs(List<ContextParameter> inputs)
public String getMessage()
public void setMessage(String message)
public ContextParameter createParameter(InputType type, String name)
public ContextParameter createParameter(InputType type, String name, Date targetDate)
public String getResultType()
getResultType in interface ComplexCalculationResultpublic void setContext(FormulaEngineContext ctx)
public PersistedObjectService getObjectService()
getObjectService in interface InjectablePOSCopyright © 2019. All rights reserved.