Class SearchTerm

java.lang.Object
de.xima.fc.workflow.SearchTerm
All Implemented Interfaces:
Serializable

public final class SearchTerm extends Object implements Serializable
Simple POJO class for a search term with string key and a string value.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • SearchTerm

      public SearchTerm(String key, String value)
      Parameters:
      key - Key of the search term.
      value - Value of the search term.
  • Method Details

    • getKey

      public String getKey()
      Returns:
      Key of the search term.
    • getValue

      public String getValue()
      Returns:
      Value of the search term.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object