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

public class BOCapacityPlanningAlgorithmOutput extends DynO
Business object representing the output of the capacity planning algorithm.
Since:
20.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOCapacityPlanningAlgorithmOutput

      public BOCapacityPlanningAlgorithmOutput()
  • Method Details

    • getJob

      public String getJob()
      Gets the job identifier.
      Returns:
      the job identifier
    • setJob

      public void setJob(String job)
      Sets the job identifier.
      Parameters:
      job - the job identifier
    • getSolution

      Gets the list of solutions of the capacity planning algorithm.
      Returns:
      the list of solutions
    • setSolution

      public void setSolution(List<BOCapacityPlanningAlgorithmOutputSolution> solution)
      Sets the list of solutions of the capacity planning algorithm.
      Parameters:
      solution - the list of solutions to set