Class BundleSkillSearchFilter

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

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

    • BundleSkillSearchFilter

      public BundleSkillSearchFilter()
  • Method Details

    • getId

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

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

      public Collection<Long> getBundle()
      Returns the BOBundleHeader id that was set as filter.
      Returns:
      the bundle id
      See Also:
    • setBundle

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

      public Collection<Long> getSkill()
      Returns the skill id that was set as filter.
      Returns:
      the skill id
    • setSkill

      public void setSkill(Collection<Long> skill)
      Sets the skill id as filter.
      Parameters:
      skill - the skill id
    • getCardinality

      public Long getCardinality()
      Returns the cardinality that was set as filter.
      Returns:
      the cardinality
    • setCardinality

      public void setCardinality(Long cardinality)
      Sets the cardinality as filter.
      Parameters:
      cardinality - the cardinality