Class ListFilter
- java.lang.Object
-
- com.day.cq.analytics.testandtarget.ListFilter
-
public class ListFilter extends java.lang.ObjectA data-object that holds data related to list filtering
-
-
Constructor Summary
Constructors Constructor Description ListFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetProperty()Returns the name of the property used for filteringjava.lang.StringgetValue()Returns the value of the property used for filteringListFilterproperty(java.lang.String p)Sets the property used for list filteringListFiltervalue(java.lang.String v)Sets the value of the property used for filtering
-
-
-
Method Detail
-
property
public ListFilter property(java.lang.String p)
Sets the property used for list filtering- Parameters:
p- aStringrepresenting the name of the property- Returns:
- an instance of this object
-
value
public ListFilter value(java.lang.String v)
Sets the value of the property used for filtering- Parameters:
v- aStringrepresentation of the value of the property- Returns:
- an instance of this object
-
getProperty
public java.lang.String getProperty()
Returns the name of the property used for filtering- Returns:
- a
Stringrepresenting the name of the property
-
getValue
public java.lang.String getValue()
Returns the value of the property used for filtering- Returns:
- a
Stringrepresenting the value of the property
-
-