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

public class DTOCapacityPlanningResult extends DynO
DTO for capacity planning scenario result.
Since:
15.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOCapacityPlanningResult

      public DTOCapacityPlanningResult()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the capacity planning coverage result's id.
      Parameters:
      id - the capacity planning coverage result's id
    • getScenario

      public Long getScenario()
      Returns the capacity planning scenario's id.
      Returns:
      the capacity planning scenario's id
      See Also:
    • setScenario

      public void setScenario(Long scenario)
      Sets the capacity planning scenario's id
      Parameters:
      scenario - the capacity planning scenario's id
      See Also:
    • getNumResourcesLowSaturation

      public Long getNumResourcesLowSaturation()
      Returns the number of resources with low saturation
      Returns:
      the number of resources with low saturation
    • setNumResourcesLowSaturation

      public void setNumResourcesLowSaturation(Long numResourcesLowSaturation)
      Sets the number of resources with low saturation
      Parameters:
      numResourcesLowSaturation - the number of resources with low saturation
    • getNumResourcesMediumSaturation

      public Long getNumResourcesMediumSaturation()
      Returns the number of resources with medium saturation
      Returns:
      the number of resources with medium saturation
    • setNumResourcesMediumSaturation

      public void setNumResourcesMediumSaturation(Long numResourcesMediumSaturation)
      Sets the number of resources with medium saturation
      Parameters:
      numResourcesMediumSaturation - the number of resources with medium saturation
    • getNumResourcesHighSaturation

      public Long getNumResourcesHighSaturation()
      Returns the number of resources with high saturation
      Returns:
      the number of resources with high saturation
    • setNumResourcesHighSaturation

      public void setNumResourcesHighSaturation(Long numResourcesHighSaturation)
      Sets the number of resources with high saturation
      Parameters:
      numResourcesHighSaturation - the number of resources with high saturation
    • getNumResourcesFullSaturation

      public Long getNumResourcesFullSaturation()
      Returns the number of resources with full saturation
      Returns:
      the number of resources with full saturation
    • setNumResourcesFullSaturation

      public void setNumResourcesFullSaturation(Long numResourcesFullSaturation)
      Sets the number of resources with full saturation
      Parameters:
      numResourcesFullSaturation - the number of resources with full saturation
    • getNumActivitiesLowAssignment

      public Long getNumActivitiesLowAssignment()
      Returns the number of activities with low assignment
      Returns:
      the number of activities with low assignment
    • setNumActivitiesLowAssignment

      public void setNumActivitiesLowAssignment(Long numActivitiesLowAssignment)
      Sets the number of activities with low assignment
      Parameters:
      numActivitiesLowAssignment - the number of activities with low assignment
    • getNumActivitiesMediumAssignment

      public Long getNumActivitiesMediumAssignment()
      Returns the number of activities with medium assignment
      Returns:
      the number of activities with medium assignment
    • setNumActivitiesMediumAssignment

      public void setNumActivitiesMediumAssignment(Long numActivitiesMediumAssignment)
      Sets the number of activities with medium assignment
      Parameters:
      numActivitiesMediumAssignment - the number of activities with medium assignment
    • getNumActivitiesHighAssignment

      public Long getNumActivitiesHighAssignment()
      Returns the number of activities with high assignment
      Returns:
      the number of activities with high assignment
    • setNumActivitiesHighAssignment

      public void setNumActivitiesHighAssignment(Long numActivitiesHighAssignment)
      Sets the number of activities with high assignment
      Parameters:
      numActivitiesHighAssignment - the number of activities with high assignment
    • getNumActivitiesFullAssignment

      public Long getNumActivitiesFullAssignment()
      Returns the number of activities with full assignment
      Returns:
      the number of activities with ful assignment
    • setNumActivitiesFullAssignment

      public void setNumActivitiesFullAssignment(Long numActivitiesFullAssignment)
      Sets the number of activities with full assignment
      Parameters:
      numActivitiesFullAssignment - the number of activities with full assignment
    • getTotalActivityTime

      public Long getTotalActivityTime()
      Returns the total activity time
      Returns:
      the total activity time
    • setTotalActivityTime

      public void setTotalActivityTime(Long totalActivityTime)
      Sets the total activity time
      Parameters:
      totalActivityTime - the total activity time
    • getTotalResourceOvertime

      public Long getTotalResourceOvertime()
      Returns the total resource overtime
      Returns:
      the total resource overtime
    • setTotalResourceOvertime

      public void setTotalResourceOvertime(Long totalResourceOvertime)
      Sets the total resource overtime
      Parameters:
      totalResourceOvertime - the total resource overtime
    • getTotalResourceOrdinaryTime

      public Long getTotalResourceOrdinaryTime()
      Returns the total resource ordinary time
      Returns:
      the total resource ordinary time
    • setTotalResourceOrdinaryTime

      public void setTotalResourceOrdinaryTime(Long totalResourceOrdinaryTime)
      Sets the total resource ordinary time
      Parameters:
      totalResourceOrdinaryTime - the total resource ordinary time
    • getCommittedResourceOvertime

      public Long getCommittedResourceOvertime()
      Returns the committed resource overtime
      Returns:
      the committed resource overtime
    • setCommittedResourceOvertime

      public void setCommittedResourceOvertime(Long committedResourceOvertime)
      Sets the committed resource overtime
      Parameters:
      committedResourceOvertime - the committed resource overtime
    • getCommittedResourceOrdinaryTime

      public Long getCommittedResourceOrdinaryTime()
      Returns the committed resource ordinary time
      Returns:
      the committed resource ordinary time
    • setCommittedResourceOrdinaryTime

      public void setCommittedResourceOrdinaryTime(Long committedResourceOrdinaryTime)
      Sets the committed resource ordinary time
      Parameters:
      committedResourceOrdinaryTime - the committed resource ordinary time