Class DTOActivityForecastPriorityUpdate

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

public class DTOActivityForecastPriorityUpdate extends DynO
DTO filter to update an activity priority.
Since:
15.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOActivityForecastPriorityUpdate

      public DTOActivityForecastPriorityUpdate()
  • Method Details

    • getCode

      public Optional<String> getCode()
      Returns the forecast activity code.
      Returns:
      the forecast activity code
    • setCode

      public void setCode(Optional<String> code)
      Sets the forecast activity code.
      Parameters:
      code - the forecast activity code
    • getDescription

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

      public void setDescription(Optional<String> description)
      Sets the priority's description
      Parameters:
      description - the priority's description
    • getValue

      public Optional<Long> getValue()
      Returns the priority's value
      Returns:
      the priority's value
    • setValue

      public void setValue(Optional<Long> value)
      Sets the priority's value
      Parameters:
      value - the priority's value
    • getActive

      public Optional<Boolean> getActive()
      Returns true if priority is active
      Returns:
      the true if priority is active
    • setActive

      public void setActive(Optional<Boolean> active)
      Sets the priority's active to true or false
      Parameters:
      active - the priority's active to true or false