Class TimesheetAutomaticTaskDurationUpdateInput

java.lang.Object
overit.geocallapp.wfm.core.bl.timesheet.event.TimesheetAutomaticTaskDurationUpdateInput

public class TimesheetAutomaticTaskDurationUpdateInput extends Object
Input object for timesheet automatic task duration update event.
Since:
9.2
GCApi:
bo
  • Constructor Details

    • TimesheetAutomaticTaskDurationUpdateInput

      public TimesheetAutomaticTaskDurationUpdateInput()
  • Method Details

    • getIntervention

      public Long getIntervention()
      Returns the id of the intervention.
      Returns:
      the intervention id
    • setIntervention

      public void setIntervention(Long intervention)
      Sets the id of the intervention.
      Parameters:
      intervention - the intervention id
    • getClocking

      public Long getClocking()
      Returns the id of the clocking.
      Returns:
      the clocking id
    • setClocking

      public void setClocking(Long clocking)
      Sets the id of the clocking.
      Parameters:
      clocking - the clocking id
    • getUnavailability

      public Long getUnavailability()
      Returns the id of the unavailability.
      Returns:
      the unavailability id
    • setUnavailability

      public void setUnavailability(Long unavailability)
      Sets the id of the unavailability.
      Parameters:
      unavailability - the unavailability id
    • getDuration

      public Long getDuration()
      Returns the duration of the tasks.
      Returns:
      the duration of the tasks
    • setDuration

      public void setDuration(Long duration)
      Sets the duration of the tasks.
      Parameters:
      duration - the duration of the tasks
    • getCache

      public TimesheetTaskEventCache getCache()
      Returns the timesheet task event cache.
      Returns:
      the shift id
    • setCache

      public void setCache(TimesheetTaskEventCache cache)
      Sets the timesheet task event cache.
      Parameters:
      cache - the timesheet task event cache