Class CapacitySummarySearchFilter

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.bl.capacity.event.CapacitySummarySearchFilter
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class CapacitySummarySearchFilter extends DynO
Business object representing the input for the CapacitySummarySearchEvent.
Since:
19.0
See Also:
  • Constructor Details

    • CapacitySummarySearchFilter

      public CapacitySummarySearchFilter()
  • Method Details

    • getRoughPlanningId

      public Long getRoughPlanningId()
      Returns the rough planning filter
      Returns:
      the rough planning filter
      See Also:
    • setRoughPlanningId

      public void setRoughPlanningId(Long roughPlanningId)
      Sets the rough planning filter
      Parameters:
      roughPlanningId - the rough planning filter
      See Also:
    • getDate

      public DateTimeRange getDate()
      Returns the date range filter to be applied on buckets
      Returns:
      the date range filter to be applied on buckets
    • setDate

      public void setDate(DateTimeRange date)
      Sets the date range filter to be applied on buckets
      Parameters:
      date - the date range filter to be applied on buckets