|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.common.data.SearchFilterItem
public class SearchFilterItem
Represents the value part of a filter that can be applied to a search query. For example, if Asset State is a filter, the filter items will include Approved, Plan Review, and Retired. A search will return only the results that match the filters that are applied to the search query.
| Constructor Summary | |
|---|---|
SearchFilterItem()
Constructor |
|
SearchFilterItem(java.lang.String filterName,
java.lang.String itemName,
java.lang.String displayName,
int count)
Constructor |
|
| Method Summary | |
|---|---|
int |
getCount()
Returns the count. |
java.lang.String |
getDisplayName()
|
java.lang.String |
getFilterName()
Returns the facetName. |
java.lang.String |
getItemName()
Returns the itemName. |
void |
setCount(int count)
|
void |
setDisplayName(java.lang.String displayName)
|
void |
setFilterName(java.lang.String facetName)
|
void |
setItemName(java.lang.String itemName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchFilterItem()
public SearchFilterItem(java.lang.String filterName,
java.lang.String itemName,
java.lang.String displayName,
int count)
| Method Detail |
|---|
public int getCount()
public java.lang.String getFilterName()
public java.lang.String getItemName()
public void setCount(int count)
count - The count to set.public void setFilterName(java.lang.String facetName)
facetName - The facetName to set.public void setItemName(java.lang.String itemName)
itemName - The itemName to set.public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName - The displayName to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||