Class DTOForecastActivityDetailInsert

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

public class DTOForecastActivityDetailInsert extends DynO
DTO to insert a new forecast activity detail.
Since:
15.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOForecastActivityDetailInsert

      public DTOForecastActivityDetailInsert()
  • Method Details

    • getForecastActivity

      public Long getForecastActivity()
      Returns the forecast activity's id
      Returns:
      the forecast activity id
      See Also:
    • setForecastActivity

      public void setForecastActivity(Long forecastActivity)
      Sets the forecast activity's id
      Parameters:
      forecastActivity - the forecast activity's id
      See Also:
    • getStartDate

      public ZonedDateTime getStartDate()
      Returns the forecast activity detail's start date
      Returns:
      the forecast activity detail's start date
    • setStartDate

      public void setStartDate(ZonedDateTime startDate)
      Returns the forecast activity detail's start date
      Parameters:
      startDate - the forecast activity detail's start date
    • getEndDate

      public ZonedDateTime getEndDate()
      Returns the forecast activity detail's end date
      Returns:
      the forecast activity detail's end date
    • setEndDate

      public void setEndDate(ZonedDateTime endDate)
      Sets the forecast activity detail's end date
      Parameters:
      endDate - the forecast activity detail's end date
    • getExpectedDuration

      public Long getExpectedDuration()
      Returns the forecast activity detail's expected duration
      Returns:
      the forecast activity detail's expected duration
    • setExpectedDuration

      public void setExpectedDuration(Long expectedDuration)
      Sets the forecast activity detail's expected duration
      Parameters:
      expectedDuration - the forecast activity detail's expected duration
    • getNumberOfTasks

      public Long getNumberOfTasks()
      Returns the number of tasks
      Returns:
      the number of tasks
    • setNumberOfTasks

      public void setNumberOfTasks(Long numberOfTasks)
      Sets the number of tasks
      Parameters:
      numberOfTasks - the number of tasks
    • getAverageTaskDuration

      public Long getAverageTaskDuration()
      Returns the average task duration
      Returns:
      the average task duration
    • setAverageTaskDuration

      public void setAverageTaskDuration(Long averageTaskDuration)
      Sets the average task duration
      Parameters:
      averageTaskDuration - the average task duration
    • getPriority

      public Long getPriority()
      Returns the priority's id
      Returns:
      priority
      See Also:
    • setPriority

      public void setPriority(Long priority)
      Sets the priority's id BOForecastActivityPriority
      Parameters:
      priority -