Class AutoCompleteSuggestion


  • public final class AutoCompleteSuggestion
    extends java.lang.Object
    • Constructor Detail

      • AutoCompleteSuggestion

        public AutoCompleteSuggestion()
      • AutoCompleteSuggestion

        public AutoCompleteSuggestion​(java.lang.String value,
                                      java.lang.String displayValue)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • getDisplayValue

        public java.lang.String getDisplayValue()
      • setDisplayValue

        public void setDisplayValue​(java.lang.String displayValue)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • getCategory

        public java.lang.String getCategory()
      • setCategory

        public void setCategory​(java.lang.String cat)
      • getProperties

        public BaseTypesMap<java.lang.String,​java.lang.String> getProperties()
      • setProperties

        public void setProperties​(BaseTypesMap<java.lang.String,​java.lang.String> properties)
      • setProperty

        public void setProperty​(java.lang.String key,
                                java.lang.String value)
      • getProperty

        public java.lang.String getProperty​(java.lang.String key)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object