Class RoughPlanningConfigurationResourcesSaveInput

java.lang.Object
overit.geocallapp.wfm.roughplanning.bl.configuration.event.RoughPlanningConfigurationResourcesSaveInput

public class RoughPlanningConfigurationResourcesSaveInput extends Object
  • Constructor Details

    • RoughPlanningConfigurationResourcesSaveInput

      public RoughPlanningConfigurationResourcesSaveInput()
  • Method Details

    • getRoughPlanning

      public Long getRoughPlanning()
      Gets the rough planning to be saved
      Returns:
      the rough planning id
    • setRoughPlanning

      public void setRoughPlanning(Long roughPlanning)
      Sets the rough planning to be saved
      Parameters:
      roughPlanning - the rough planning id
    • getRoughPlanningResources

      public Collection<Long> getRoughPlanningResources()
      Gets the list of rough planning resources to be saved
      Returns:
      the list of rough planning resource ids
    • setRoughPlanningResources

      public void setRoughPlanningResources(Collection<Long> roughPlanningResources)
      Sets the list of rough planning resources to be saved
      Parameters:
      roughPlanningResources - the list of rough planning resource ids