Class ListFilter

java.lang.Object
com.day.cq.analytics.testandtarget.ListFilter

public class ListFilter extends Object
A data-object that holds data related to list filtering
  • Constructor Details

    • ListFilter

      public ListFilter()
  • Method Details

    • property

      public ListFilter property(String p)
      Sets the property used for list filtering
      Parameters:
      p - a String representing the name of the property
      Returns:
      an instance of this object
    • value

      public ListFilter value(String v)
      Sets the value of the property used for filtering
      Parameters:
      v - a String representation of the value of the property
      Returns:
      an instance of this object
    • getProperty

      public String getProperty()
      Returns the name of the property used for filtering
      Returns:
      a String representing the name of the property
    • getValue

      public String getValue()
      Returns the value of the property used for filtering
      Returns:
      a String representing the value of the property