Class InItem

java.lang.Object
com.yahoo.prelude.query.Item
com.yahoo.prelude.query.InItem
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
NumericInItem, StringInItem

public abstract class InItem extends Item
  • Constructor Details

    • InItem

      public InItem(String indexName)
  • Method Details

    • setIndexName

      public void setIndexName(String index)
      Description copied from class: Item
      Sets the index name of this item
      Specified by:
      setIndexName in class Item
    • getIndexName

      public String getIndexName()
    • getName

      public String getName()
      Description copied from class: Item
      Returns the name of this item
      Specified by:
      getName in class Item
    • equals

      public boolean equals(Object o)
      Description copied from class: Item
      Returns whether this item is of the same class and contains the same state as the given item.
      Overrides:
      equals in class Item
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Item