Class DTOBundleSkillDivisionFilter

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

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

    • DTOBundleSkillDivisionFilter

      public DTOBundleSkillDivisionFilter()
  • Method Details

    • getId

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

      public final void setId(Collection<Long> id)
      Sets the collection of bundle skill division ids as filter.
      Parameters:
      id - the bundle skill division 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 BundleSkillDivisionSearchFilter).
      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
    • getSkillDivisionId

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

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

      public final void setSkillDivisionId(Collection<Long> skillDivisionId)
      Sets the collection of skill division ids as filter.
      Parameters:
      skillDivisionId - the skill division ids