Class DTOResourceForecastHeaderUpdate

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

public class DTOResourceForecastHeaderUpdate extends DynO
DTO used to update the forecast resource header.
Since:
13.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOResourceForecastHeaderUpdate

      public DTOResourceForecastHeaderUpdate()
  • Method Details

    • getCode

      public Optional<String> getCode()
      Returns the resource forecast header's code
      Returns:
      the resource forecast header's code
    • setCode

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

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

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

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

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

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

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