Class BOCapacityPlanningAlgorithmOutputResource

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

public class BOCapacityPlanningAlgorithmOutputResource extends DynO
Business object representing a resource output from the capacity planning algorithm.
Since:
20.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOCapacityPlanningAlgorithmOutputResource

      public BOCapacityPlanningAlgorithmOutputResource()
  • Method Details

    • getResourceId

      public String getResourceId()
      Gets the resource identifier.
      Returns:
      the resource identifier
    • setResourceId

      public void setResourceId(String resourceId)
      Sets the resource identifier.
      Parameters:
      resourceId - the resource identifier to set
    • getWorkDayId

      public String getWorkDayId()
      Gets the work day identifier.
      Returns:
      the work day identifier
    • setWorkDayId

      public void setWorkDayId(String workDayId)
      Sets the work day identifier.
      Parameters:
      workDayId - the work day identifier to set
    • getWorktime

      public Long getWorktime()
      Gets the worktime.
      Returns:
      the worktime
    • setWorktime

      public void setWorktime(Long worktime)
      Sets the worktime.
      Parameters:
      worktime - the worktime to set
    • getOvertime

      public Long getOvertime()
      Gets the overtime.
      Returns:
      the overtime
    • setOvertime

      public void setOvertime(Long overtime)
      Sets the overtime.
      Parameters:
      overtime - the overtime to set