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

public class DTOForecastShiftModelDetail extends DynO
DTO for shift model detail; i.e., a row (i.e., a detail) of an existing shift model.
Since:
15.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOForecastShiftModelDetail

      public DTOForecastShiftModelDetail()
  • Method Details

    • getId

      public Long getId()
      Returns the detail's id (i.e., the id of the row) of a forecast shift model
      Returns:
      the id of the detail (i.e., the id of the row) of a forecast shift mode
    • setId

      public void setId(Long id)
      Sets the detail's id (i.e., the id of the row) of a forecast shift mode
      Parameters:
      id - the id of the detail (i.e., the id of the row) of a forecast shift mode
    • getForecastShiftModel

      public Long getForecastShiftModel()
      Returns the forecast shift model's id
      Returns:
      the forecast shift model's id
      See Also:
    • setForecastShiftModel

      public void setForecastShiftModel(Long forecastShiftModel)
      Sets the forecast shift model's id
      Parameters:
      forecastShiftModel - the forecast shift model's id
      See Also:
    • getSequentialNumber

      public Long getSequentialNumber()
      Returns the detail's sequential number of a forecast shift model
      Returns:
      the detail's sequential number of a forecast shift model
    • setSequentialNumber

      public void setSequentialNumber(Long sequentialNumber)
      Sets the detail's sequential number of a forecast shift model
      Parameters:
      sequentialNumber - the detail's sequential number of a forecast shift model
    • 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