Class QuickFilter

java.lang.Object
com.appiancorp.suiteapi.process.analytics2.QuickFilter
All Implemented Interfaces:
DeepCloneable, Serializable, Cloneable

public class QuickFilter extends Object implements Serializable, DeepCloneable
A QuickFilter is a set of QuickFilterItems. The selected QuickFilterItem is applied to the report.
See Also:
  • Field Details

    • LOG

      protected static final org.apache.log4j.Logger LOG
  • Constructor Details

    • QuickFilter

      public QuickFilter()
  • Method Details

    • clone

      public Object clone()
      Clone this object.
      Specified by:
      clone in interface DeepCloneable
      Overrides:
      clone in class Object
      Returns:
    • hashCode

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

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • getDefaultItem

      public int getDefaultItem()
      Get the index of the default item.
      Returns:
      the index of the default item
      See Also:
    • setDefaultItem

      public void setDefaultItem(int defaultItem_)
      Set the default item.
      Parameters:
      defaultItem_ - the index of the default item
      See Also:
    • getItems

      public QuickFilterItem[] getItems()
      Get the list of QuickFilterItems.
      Returns:
      the list of QuickFilterItems
      See Also:
    • setItems

      public void setItems(QuickFilterItem[] items_)
      Set the list of QuickFilterItems.
      Parameters:
      items_ - the list of QuickFilterItems
      See Also:
    • getName

      public String getName()
      Get the display name of this QuickFilter.
      Returns:
      the display name of this QuickFilter
      See Also:
    • setName

      public void setName(String name_)
      Set the display name of this QuickFilter.
      Parameters:
      name_ - the display name of this QuickFilter
      See Also:
    • getSelectedItem

      public Integer getSelectedItem()
      Get the index of the selected item.
      Returns:
      the index of the selected item
      See Also:
    • setSelectedItem

      public void setSelectedItem(Integer selectedItem_)
      Set the index of the selected item.
      Parameters:
      selectedItem_ - the index of the selected item
      See Also: