Class DTOBundleSkillFilter

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

public class DTOBundleSkillFilter extends DynO
DTO representing a search filter to search for bundle skills.
Since:
21.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOBundleSkillFilter

      public DTOBundleSkillFilter()
  • Method Details

    • getId

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

      public final void setId(Collection<Long> id)
      Sets the collection of bundle skill ids as filter.
      Parameters:
      id - the bundle skill ids
    • getBundleId

      public final Collection<Long> getBundleId()
      Returns the collection of bundle ids that was set as filter.
      Returns:
      the bundle ids
    • getBundle

      public final Collection<Long> getBundle()
      Returns the collection of bundle ids that was set as filter. (for M2Mapper compatibility with BundleSkillSearchFilter).
      Returns:
      the bundle ids
    • setBundleId

      public final void setBundleId(Collection<Long> bundleId)
      Sets the collection of bundle ids as filter.
      Parameters:
      bundleId - the bundle ids
    • getSkillId

      public final Collection<Long> getSkillId()
      Returns the collection of skill ids that was set as filter.
      Returns:
      the skill ids
    • getSkill

      public final Collection<Long> getSkill()
      Returns the collection of skill ids that was set as filter. (for M2Mapper compatibility with BundleSkillSearchFilter).
      Returns:
      the skill ids
    • setSkillId

      public final void setSkillId(Collection<Long> skillId)
      Sets the collection of skill ids as filter.
      Parameters:
      skillId - the skill ids
    • getCardinality

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

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