java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.BOCapacityPlanningScenario
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOCapacityPlanningScenario extends DynO
Business object representing a row of a capacity planning scenario
Since:
15.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOCapacityPlanningScenario

      public BOCapacityPlanningScenario()
  • Method Details

    • getId

      public Long getId()
      Returns the capacity planning scenario's id
      Returns:
      the capacity planning scenario's id
    • setId

      public void setId(Long id)
      Sets the capacity planning's id
      Parameters:
      id - the capacity planning's id
    • getOperationCenter

      public Long getOperationCenter()
      Returns the capacity planning operation center's id
      Returns:
      the operation center's id
      See Also:
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
      Sets the capacity planning operation center's id
      Parameters:
      operationCenter - the operation center's id
    • getCode

      public String getCode()
      Returns the capacity planning's code
      Returns:
      the capacity planning's code
    • setCode

      public void setCode(String code)
      Sets the capacity planning's code
      Parameters:
      code - the capacity planning's code
    • getDescription

      public String getDescription()
      Returns the capacity planning's description
      Returns:
      the capacity planning's description
    • setDescription

      public void setDescription(String description)
      Sets the capacity planning's description
      Parameters:
      description - the capacity planning's description
    • getResourceForecastHeader

      public Long getResourceForecastHeader()
      Returns the resource forecast header's id
      Returns:
      the resource forecast header's id
    • setResourceForecastHeader

      public void setResourceForecastHeader(Long resourceForecastHeader)
      Sets the resource forecast header's id
      Parameters:
      resourceForecastHeader - the resource forecast header's id
    • getActivityForecastHeader

      public Long getActivityForecastHeader()
      Returns the activity forecast header's id
      Returns:
      the activity forecast header's id
    • setActivityForecastHeader

      public void setActivityForecastHeader(Long activityForecastHeader)
      Sets the activity forecast header's id
      Parameters:
      activityForecastHeader - forecast header's id
    • getState

      public Long getState()
      Returns the capacity planning state's id
      Returns:
      the state's id
      See Also:
    • setState

      public void setState(Long state)
      Sets the capacity planning state's id
      Parameters:
      state - the capacity planning state's id
      See Also:
    • getCoverageStartDate

      public Date getCoverageStartDate()
      Returns the capacity planning scenario's start date
      Returns:
      the capacity planning scenario's start date
    • setCoverageStartDate

      public void setCoverageStartDate(Date coverageStartDate)
      Sets the capacity planning scenario's start date
      Parameters:
      coverageStartDate - the capacity planning scenario's start date
    • getCoverageEndDate

      public Date getCoverageEndDate()
      Returns the capacity planning scenario's end date
      Returns:
      the capacity planning scenario's end date
    • setCoverageEndDate

      public void setCoverageEndDate(Date coverageEndDate)
      Sets the capacity planning scenario's end date.
      Parameters:
      coverageEndDate - the capacity planning scenario's end date
    • getProcessingStartDate

      public Date getProcessingStartDate()
      Returns the capacity planning scenario's processing start date
      Returns:
      the capacity planning scenario's processing start date
    • setProcessingStartDate

      public void setProcessingStartDate(Date processingStartDate)
      Sets the capacity planning scenario's start date
      Parameters:
      processingStartDate - the capacity planning scenario's start date
    • getProcessingEndDate

      public Date getProcessingEndDate()
      Returns the capacity planning scenario's processing end date
      Returns:
      the capacity planning scenario's processing end date
    • setProcessingEndDate

      public void setProcessingEndDate(Date processingEndDate)
      Sets the capacity planning scenario's end date
      Parameters:
      processingEndDate - the capacity planning scenario's end date
    • getCoverageScenarioJobId

      public String getCoverageScenarioJobId()
      Returns the capacity planning coverage scenario job ID
      Returns:
      the capacity planning coverage scenario job ID
    • setCoverageScenarioJobId

      public void setCoverageScenarioJobId(String coverageScenarioJobId)
      Sets the capacity planning coverage scenario job ID
      Parameters:
      coverageScenarioJobId - the capacity planning coverage scenario job ID