Class BOForecastActivityDetailGantt

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

public class BOForecastActivityDetailGantt extends DynO
Business object representing a block of the forecast activity gantt.
Since:
15.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOForecastActivityDetailGantt

      public BOForecastActivityDetailGantt()
  • Method Details

    • getId

      public Long getId()
      Returns the forecast activity detail id.
      Returns:
      the forecast activity detail id
    • setId

      public void setId(Long id)
      Sets the forecast activity detail id.
      Parameters:
      id - the forecast activity detail id
    • getForecastHeader

      public Long getForecastHeader()
      Returns the activity forecast id
      Returns:
      the activity forecast header id
      See Also:
    • setForecastHeader

      public void setForecastHeader(Long forecastHeader)
      Sets the activity forecast id
      Parameters:
      forecastHeader - the activity forecast id
      See Also:
    • getForecastActivity

      public Long getForecastActivity()
      Returns the forecast activity detail forecast activity id.
      Returns:
      the forecast activity id
      See Also:
    • setForecastActivity

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

      public Date getStartDate()
      Returns the forecast activity detail start date.
      Returns:
      the forecast activity detail start date
    • setStartDate

      public void setStartDate(Date startDate)
      Sets the forecast activity detail start date.
      Parameters:
      startDate - the forecast activity detail start date
    • getEndDate

      public Date getEndDate()
      Returns the forecast activity detail end date.
      Returns:
      the forecast activity detail end date
    • setEndDate

      public void setEndDate(Date endDate)
      Sets the forecast activity detail end date.
      Parameters:
      endDate - the forecast activity detail end date
    • getExpectedDuration

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

      public void setExpectedDuration(Long expectedDuration)
      Sets the forecast activity detail expected duration.
      Parameters:
      expectedDuration - the forecast activity detail 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
    • getForecastActivityCode

      public String getForecastActivityCode()
      Returns the code of the forecast activity header
      Returns:
      the code of the forecast activity
    • setForecastActivityCode

      public void setForecastActivityCode(String forecastActivityCode)
      Sets the code of the forecast activity header
      Parameters:
      forecastActivityCode - the code of the forecast activity