Class SchedulingCompleteOptimizationProcessInput

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.schedule.optimize.event.SchedulingCompleteOptimizationProcessInput
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class SchedulingCompleteOptimizationProcessInput extends DynO
Business object representing the input to instantiate a SchedulingCompleteOptimizationProcessEvent event.
Since:
16.0
See Also:
  • Constructor Details

    • SchedulingCompleteOptimizationProcessInput

      public SchedulingCompleteOptimizationProcessInput()
  • Method Details

    • getDate

      public Date getDate()
      Returns the date
      Returns:
      the date
    • setDate

      public void setDate(Date date)
      Sets the date
      Parameters:
      date - the date
    • getResource

      public Long getResource()
      Returns the resource
      Returns:
      the resource
    • setResource

      public void setResource(Long resource)
      Sets the resource
      Parameters:
      resource - the resource
    • getWorkshift

      public Long getWorkshift()
      Returns the workshift
      Returns:
      the workshift
    • setWorkshift

      public void setWorkshift(Long workshift)
      Sets the workshift
      Parameters:
      workshift - the workshift
    • getSimulation

      public Long getSimulation()
      Returns the simulation id
      Returns:
      the simulation id
    • setSimulation

      public void setSimulation(Long simulation)
      Sets the simulation id
      Parameters:
      simulation - the simulation id