Class DTOCapacityPlanningResultDetail

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

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

    • DTOCapacityPlanningResultDetail

      public DTOCapacityPlanningResultDetail()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the capacity planning coverage detail result's id
      Parameters:
      id - the capacity planning coverage detail 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:
    • getDay

      public ZonedDateTime getDay()
      Returns the day
      Returns:
      the day
    • setDay

      public void setDay(ZonedDateTime day)
      Sets the day
      Parameters:
      day - the day
      See Also:
    • getResource

      public Long getResource()
      Returns the resource
      Returns:
      the resource that did the activity
      See Also:
    • setResource

      public void setResource(Long resource)
      Sets the resource
      Parameters:
      resource - the resource that did the activity
      See Also:
    • getActivity

      public Long getActivity()
      Returns the activity
      Returns:
      the activity
      See Also:
    • setActivity

      public void setActivity(Long activity)
      Sets the activity
      Parameters:
      activity - the activity
      See Also:
    • getDuration

      public Long getDuration()
      Returns the time the resource worked on the activity
      Returns:
      duration the time the resource worked on the activity
    • setDuration

      public void setDuration(Long duration)
      Sets the time the resource worked on the activity
      Parameters:
      duration - the time the resource worked on the activity
    • getOverTime

      public Long getOverTime()
      Returns the overtime the resource worked on the activity
      Returns:
      the overtime the resource worked on the activity
    • setOverTime

      public void setOverTime(Long overTime)
      Sets the overtime the resource worked on the activity
      Parameters:
      overTime - the overtime the resource worked on the activity
    • getActivityTimeframe

      public Long getActivityTimeframe()
      Returns the activity time frame
      Returns:
      the activity time frame
      See Also:
    • setActivityTimeframe

      public void setActivityTimeframe(Long activityTimeframe)
      Sets the activity time frame
      Parameters:
      activityTimeframe - the activity time frame
    • getTeam

      public Long getTeam()
      Returns the team's id
      Returns:
    • setTeam

      public void setTeam(Long team)
      Sets the team's id
      Parameters:
      team -