Class ScheduleCompleteManualActionInput

java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.event.ScheduleCompleteManualActionInput

public class ScheduleCompleteManualActionInput extends Object
Since:
10.0
  • Constructor Details

    • ScheduleCompleteManualActionInput

      public ScheduleCompleteManualActionInput()
  • Method Details

    • getWoOperations

      public Set<Long> getWoOperations()
    • setWoOperations

      public void setWoOperations(Set<Long> woOperations)
    • getSchedulings

      public Set<Long> getSchedulings()
    • setSchedulings

      public void setSchedulings(Set<Long> schedulings)
    • getSchedulingModel

      public Long getSchedulingModel()
    • setSchedulingModel

      public void setSchedulingModel(Long schedulingModel)
    • getAction

      public Long getAction()
    • setAction

      public void setAction(Long action)
    • isRealPlan

      public boolean isRealPlan()
    • setRealPlan

      public void setRealPlan(boolean isRealPlan)