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

public class DTOForecastShiftModelUpdate extends DynO
DTO to update a shift model.
Since:
15.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOForecastShiftModelUpdate

      public DTOForecastShiftModelUpdate()
  • Method Details

    • getCode

      public Optional<String> getCode()
      Returns the forecast shift mode's code
      Returns:
      the forecast shift model's code
    • setCode

      public void setCode(Optional<String> code)
      Sets the forecast shift model's code
      Parameters:
      code - the forecast shift model's code
    • getDescription

      public Optional<String> getDescription()
      Returns the forecast shift model's description
      Returns:
      the forecast shift model's description
    • setDescription

      public void setDescription(Optional<String> description)
      Sets the forecast shift model's description
      Parameters:
      description - the forecast shift model's description
    • getActive

      public Optional<Boolean> getActive()
      Returns the forecast shift model's "is active" flag
      Returns:
      the forecast shift model's "is active" flag
    • setActive

      public void setActive(Optional<Boolean> active)
      Sets the forecast shift model's "is active" flag
      Parameters:
      active - the forecast shift model's "is active" flag