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

public class BOForecastActivityDetail extends DynO
Business object representing a forecast activity detail.
Since:
15.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOForecastActivityDetail

      public BOForecastActivityDetail()
  • Method Details

    • getId

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

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

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

      public void setForecastHeader(Long forecastHeader)
      Sets the activity forecast header's id
      Parameters:
      forecastHeader - the activity forecast header's id
      See Also:
    • 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 Date getStartDate()
      Returns the forecast activity detail's start date
      Returns:
      the forecast activity detail's start date
    • setStartDate

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

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

      public void setEndDate(Date 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 -
    • getConstraint

      public Long getConstraint()
      Returns the constraint's id
      Returns:
      constraint
      See Also:
    • setConstraint

      public void setConstraint(Long constraint)
      Sets the constraint's id BOForecastGroupingConstraint
      Parameters:
      constraint -