Class RoughPlanningConfigurationResourcesSaveInput
java.lang.Object
overit.geocallapp.wfm.roughplanning.bl.configuration.event.RoughPlanningConfigurationResourcesSaveInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the rough planning to be savedGets the list of rough planning resources to be savedvoidsetRoughPlanning(Long roughPlanning) Sets the rough planning to be savedvoidsetRoughPlanningResources(Collection<Long> roughPlanningResources) Sets the list of rough planning resources to be saved
-
Constructor Details
-
RoughPlanningConfigurationResourcesSaveInput
public RoughPlanningConfigurationResourcesSaveInput()
-
-
Method Details
-
getRoughPlanning
Gets the rough planning to be saved- Returns:
- the rough planning id
-
setRoughPlanning
Sets the rough planning to be saved- Parameters:
roughPlanning- the rough planning id
-
getRoughPlanningResources
Gets the list of rough planning resources to be saved- Returns:
- the list of rough planning resource ids
-
setRoughPlanningResources
Sets the list of rough planning resources to be saved- Parameters:
roughPlanningResources- the list of rough planning resource ids
-