Class OutcomeClassSearchFilter

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

public class OutcomeClassSearchFilter extends DynO
Business object representing a search filter for the BOOutcomeClass.
Since:
18.0
See Also:
GCApi:
bo
  • Constructor Details

    • OutcomeClassSearchFilter

      public OutcomeClassSearchFilter()
  • Method Details

    • getId

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

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

      public Collection<String> getCode()
      Returns the collection of outcome class code that was set as filter.
      Returns:
      the outcome class codes
    • setCode

      public void setCode(Collection<String> code)
      Sets the collection of outcome class codes as filter.
      Parameters:
      code - the outcome class codes
    • getDescription

      public String getDescription()
      Returns the outcome class description that was set as filter.
      Returns:
      the outcome class description
    • setDescription

      public void setDescription(String description)
      Sets the outcome class description as filter.
      Parameters:
      description - the outcome class description