java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.shiftmodel.detail.DTOForecastShiftModelDetailUpdate
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOForecastShiftModelDetailUpdate extends DynO
DTO to update an existing row of an existing shift model.
Since:
15.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOForecastShiftModelDetailUpdate

      public DTOForecastShiftModelDetailUpdate()
  • Method Details

    • getWorkDuration

      public Long getWorkDuration()
      Returns the detail's work duration of a forecast shift model
      Returns:
      the detail's work duration of a forecast shift model
    • setWorkDuration

      public void setWorkDuration(Long workDuration)
      Sets the detail's work duration of a forecast shift model
      Parameters:
      workDuration - the detail's work duration of a forecast shift model
    • getUnavailability

      public Long getUnavailability()
      Returns the detail's unavailability of a forecast shift model
      Returns:
      the detail's unavailability of a forecast shift model
    • setUnavailability

      public void setUnavailability(Long unavailability)
      Sets the detail's unavailability of a forecast shift model
      Parameters:
      unavailability - the detail's unavailability of a forecast shift model
    • getUnusableTime

      public Long getUnusableTime()
      Returns the detail's unusable time of a forecast shift model
      Returns:
      the detail's unusable time of a forecast shift model
    • setUnusableTime

      public void setUnusableTime(Long unusableTime)
      Sets the detail's unusable time of a forecast shift model
      Parameters:
      unusableTime - the detail's unusable time of a forecast shift model
    • getMaxOvertime

      public Long getMaxOvertime()
      Returns the detail's max overtime of a forecast shift model
      Returns:
      the detail's max overtime of a forecast shift model
    • setMaxOvertime

      public void setMaxOvertime(Long maxOvertime)
      Sets the detail's max overtime of a forecast shift model
      Parameters:
      maxOvertime - the detail's max overtime of a forecast shift model