com.ibm.ram.common.data
Class SearchFilter
java.lang.Object
com.ibm.ram.common.data.SearchFilter
- Direct Known Subclasses:
- RAMSearchFilter
public class SearchFilter
- extends java.lang.Object
Applies to a search query so that the query returns only the results
that match the filter
- Since:
- 7.1
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchFilter
public SearchFilter()
getDisplayName
public java.lang.String getDisplayName()
- Returns:
- Returns the displayName.
- Since:
- 7.1
setDisplayName
public void setDisplayName(java.lang.String displayName)
- Parameters:
displayName - The displayName to set.- Since:
- 7.1
getName
public java.lang.String getName()
- Returns:
- Returns the filter name.
- Since:
- 7.1
setName
public void setName(java.lang.String facetName)
- Parameters:
facetName - The filter name to set- Since:
- 7.1
getItems
public SearchFilterItem[] getItems()
- Returns:
- Returns the items.
- Since:
- 7.1
setItems
public void setItems(SearchFilterItem[] items)
- Parameters:
items - The items to set.- Since:
- 7.1