Class DTOActivityForecastHeaderUpdate

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

public class DTOActivityForecastHeaderUpdate extends DynO
DTO to update an activity forecast header.
Since:
15.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOActivityForecastHeaderUpdate

      public DTOActivityForecastHeaderUpdate()
  • Method Details

    • getDescription

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

      public void setDescription(Optional<String> description)
      Sets the activity forecast header 's description
      Parameters:
      description - the activity forecast header's description
    • getStartDate

      public Optional<Date> getStartDate()
      Returns the activity forecast header's start date
      Returns:
      the activity forecast header's start date
    • setStartDate

      public void setStartDate(Optional<Date> startDate)
      Sets the activity forecast header's start date
      Parameters:
      startDate - the activity forecast header's start date
    • getEndDate

      public Optional<Date> getEndDate()
      Returns the activity forecast header's end date
      Returns:
      the activity forecast header's end date
    • setEndDate

      public void setEndDate(Optional<Date> endDate)
      Sets the activity forecast header's end date
      Parameters:
      endDate - the activity forecast header's end date