Class SkillSearchFilter

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

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

    • SkillSearchFilter

      public SkillSearchFilter()
  • Method Details

    • getCode

      public Collection<String> getCode()
      Returns the code.
      Returns:
      the code
    • setCode

      public void setCode(Collection<String> code)
      Sets the code.
      Parameters:
      code - the code
    • getDescription

      public String getDescription()
      Returns the description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the description.
      Parameters:
      description - the description
    • getOrder

      public Long getOrder()
      Returns the order id.
      Returns:
      the order id
    • setOrder

      public void setOrder(Long order)
      Sets the order id.
      Parameters:
      order - the order id
    • getActive

      public Boolean getActive()
      Returns the active.
      Returns:
      the active
    • setActive

      public void setActive(Boolean active)
      Sets the active.
      Parameters:
      active - the active
    • getActivityEnvironment

      public Long getActivityEnvironment()
      Returns the activity environment id.
      Returns:
      the activity environment id
    • setActivityEnvironment

      public void setActivityEnvironment(Long activityEnvironment)
      Sets the activity environment id.
      Parameters:
      activityEnvironment - the activity environment id
    • getMultiple

      public Boolean getMultiple()
      Returns the multiple.
      Returns:
      the multiple
    • setMultiple

      public void setMultiple(Boolean multiple)
      Sets the multiple.
      Parameters:
      multiple - the multiple
    • getLeaderDeductionPriority

      public Long getLeaderDeductionPriority()
      Returns the leader deduction priority id.
      Returns:
      the leader deduction priority id
    • setLeaderDeductionPriority

      public void setLeaderDeductionPriority(Long leaderDeductionPriority)
      Sets the leader deduction priority id.
      Parameters:
      leaderDeductionPriority - the leader deduction priority id
    • getAutomatic

      public Boolean getAutomatic()
      Returns the automatic.
      Returns:
      the automatic
    • setAutomatic

      public void setAutomatic(Boolean automatic)
      Sets the automatic.
      Parameters:
      automatic - the automatic
    • getKit

      public Boolean getKit()
      Returns the kit.
      Returns:
      the kit
    • setKit

      public void setKit(Boolean kit)
      Sets the kit.
      Parameters:
      kit - the kit
    • getCardinality

      public Long getCardinality()
      Returns the cardinality id.
      Returns:
      the cardinality id
    • setCardinality

      public void setCardinality(Long cardinality)
      Sets the cardinality id.
      Parameters:
      cardinality - the cardinality id
    • getId

      public final Collection<Long> getId()
    • setId

      public final void setId(Collection<Long> id)