Class ExternalSystemSearchFilter

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

public class ExternalSystemSearchFilter extends DynO
Business object representing a search filter for the external system.
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • ExternalSystemSearchFilter

      public ExternalSystemSearchFilter()
  • Method Details

    • getId

      public Collection<Long> getId()
    • setId

      public void setId(Collection<Long> id)
    • getCode

      public Collection<String> getCode()
      Returns the external system code that was set as filter.
      Returns:
      the code
    • setCode

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

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

      public void setDescription(String description)
      Sets the external system description as filter.
      Parameters:
      description - the description
    • getOrder

      public Long getOrder()
      Returns the external system order that was set as filter.
      Returns:
      the order
    • setOrder

      public void setOrder(Long order)
      Sets the external system order as filter.
      Parameters:
      order - the order
    • isVisible

      public Boolean isVisible()
      Checks if the external systems that was set as filter is visible.
      Returns:
      the true if the external systems is visible, false otherwise
    • setVisible

      public void setVisible(Boolean visible)
      Sets the external system to visible as filter.
      Parameters:
      visible - true if the filter searches for visible external systems, false otherwise