Class ListFilter
java.lang.Object
com.day.cq.analytics.testandtarget.ListFilter
A data-object that holds data related to list filtering
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the property used for filteringgetValue()Returns the value of the property used for filteringSets the property used for list filteringSets the value of the property used for filtering
-
Constructor Details
-
ListFilter
public ListFilter()
-
-
Method Details
-
property
Sets the property used for list filtering- Parameters:
p- aStringrepresenting the name of the property- Returns:
- an instance of this object
-
value
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
Returns the name of the property used for filtering- Returns:
- a
Stringrepresenting the name of the property
-
getValue
Returns the value of the property used for filtering- Returns:
- a
Stringrepresenting the value of the property
-