Class BOCapacityPlanningAlgorithmOutputActivity

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

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

    • BOCapacityPlanningAlgorithmOutputActivity

      public BOCapacityPlanningAlgorithmOutputActivity()
  • Method Details

    • getActivityId

      public String getActivityId()
      Gets the activity identifier.
      Returns:
      the activity identifier
    • setActivityId

      public void setActivityId(String activityId)
      Sets the activity identifier.
      Parameters:
      activityId - the activity identifier to set
    • getTimeFrameId

      public String getTimeFrameId()
      Gets the time frame identifier.
      Returns:
      the time frame identifier
    • setTimeFrameId

      public void setTimeFrameId(String timeFrameId)
      Sets the time frame identifier.
      Parameters:
      timeFrameId - the time frame identifier to set
    • getDuration

      public String getDuration()
      Gets the duration.
      Returns:
      the duration
    • setDuration

      public void setDuration(String duration)
      Sets the duration.
      Parameters:
      duration - the duration to set