Class RoughPlanningResourceSearchFilter

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

public class RoughPlanningResourceSearchFilter extends DynO
Business object representing the input for the RoughPlanningResourceSearchEvent.
Since:
18.0
See Also:
  • Constructor Details

    • RoughPlanningResourceSearchFilter

      public RoughPlanningResourceSearchFilter()
  • Method Details

    • getRoughPlanning

      public Collection<Long> getRoughPlanning()
      Returns the set of rough planning id that was set as filter.
      Returns:
      the set of rough planning id
    • setRoughPlanning

      public void setRoughPlanning(Collection<Long> roughPlanning)
      Sets the set of rough planning id as filter.
      Parameters:
      roughPlanning - the set of rough planning id
    • getResource

      public Collection<Long> getResource()
      Returns the set of resource id that was set as filter.
      Returns:
      the set of resource id
    • setResource

      public void setResource(Collection<Long> resource)
      Sets the set of resource id as filter.
      Parameters:
      resource - the set of resource id