Class BundleSkillDivisionSearchFilter

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

public class BundleSkillDivisionSearchFilter extends DynO
Business object representing a search filter for the BundleSkillDivisionSearchEvent.
Since:
10.1
See Also:
GCApi:
bo
  • Constructor Details

    • BundleSkillDivisionSearchFilter

      public BundleSkillDivisionSearchFilter()
  • Method Details

    • getId

      public Collection<Long> getId()
      Returns the bundle skill division id that was set as filter.
      Returns:
      the id
    • setId

      public void setId(Collection<Long> id)
      Sets th bundle skill division id as filter.
      Parameters:
      id - the id
    • getBundle

      public Collection<Long> getBundle()
      Returns the BOBundleHeader id.
      Returns:
      the bundle id
      See Also:
    • setBundle

      public void setBundle(Collection<Long> bundle)
      Sets the BOBundleHeader id.
      Parameters:
      bundle - the bundle id
      See Also:
    • getSkillDivision

      public Collection<Long> getSkillDivision()
      Returns the skill division id.
      Returns:
      the skill division id
    • setSkillDivision

      public void setSkillDivision(Collection<Long> skillDivision)
      Sets the skill division id.
      Parameters:
      skillDivision - the skill division id