Class DTOOutcomeClassFilter

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

public class DTOOutcomeClassFilter extends DynO
DTO for filter outcome class
Since:
18.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOOutcomeClassFilter

      public DTOOutcomeClassFilter()
  • Method Details

    • getId

      public final Collection<Long> getId()
      Gets the id.
      Returns:
      the id
    • setId

      public final void setId(Collection<Long> id)
      Sets the id.
      Parameters:
      id - the new id
    • getCode

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

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

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

      public final void setDescription(String description)
      Sets the description.
      Parameters:
      description - the new description