Class EncodedNoteSearchFilter

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

public class EncodedNoteSearchFilter extends DynO
Business object representing the encoded note.
Since:
18.0
See Also:
GCApi:
bo
  • Constructor Details

    • EncodedNoteSearchFilter

      public EncodedNoteSearchFilter()
  • Method Details

    • getId

      public Collection<Long> getId()
      Returns the encoded note ids.
      Returns:
      the encoded note ids
    • setId

      public void setId(Collection<Long> id)
      Sets the encoded note ids.
      Parameters:
      id - the encoded note ids
    • getCode

      public Collection<String> getCode()
      Returns the encoded note codes.
      Returns:
      the codes
    • setCode

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

      public LocalizedString getDescription()
      Returns the encoded note description.
      Returns:
      the description
    • setDescription

      public void setDescription(LocalizedString description)
      Sets the encoded note description.
      Parameters:
      description - the description
    • isActive

      public Boolean isActive()
      Checks if the encoded note is active
      Returns:
      true if the encoded note is active, false otherwise
    • setActive

      public void setActive(Boolean active)
      Sets the encoded note to active.
      Parameters:
      active - true if the encoded note must be active, false otherwise
    • getOrder

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

      public void setOrder(Long order)
      Sets the encoded note order.
      Parameters:
      order - the order
    • getColor

      public String getColor()
      Returns the encoded note color.
      Returns:
      the color
    • setColor

      public void setColor(String color)
      Sets the encoded note color.
      Parameters:
      color - the color