Interface PlanningParametersConfigurationWizardStepData
public interface PlanningParametersConfigurationWizardStepData
Interface for the object set as input data on CPlanningParametersConfigurationWizardStep by the wizard
-
Method Summary
Modifier and TypeMethodDescriptionGet list of OperationTimeRange items.voidsetOperationTimeRanges(List<OperationTimeRange> timeRanges) Set the new list of time rangesvoidSet the output of the step to the wizard
-
Method Details
-
getOperationTimeRanges
List<OperationTimeRange> getOperationTimeRanges()Get list of OperationTimeRange items. Each of these items contains an operation id and a list of time ranges -
setOperationTimeRanges
Set the new list of time ranges -
setPlanningParameters
Set the output of the step to the wizard
-