Class 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:
    Serialized Form
    • Constructor Detail

      • SearchTerm

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

      • 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