|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.common.data.SearchFilterItem
com.ibm.ram.client.RAMSearchFilterItem
public class RAMSearchFilterItem
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 include Approved, Plan Review, and Retired. A search will return only the results that match all filters that are applied to the search query.
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
int |
getCount()
Returns the count. |
java.lang.String |
getDisplayName()
|
java.lang.String |
getFilterName()
Returns the facetName. |
java.lang.String |
getItemName()
Returns the itemName. |
java.lang.String |
toString()
|
| Methods inherited from class com.ibm.ram.common.data.SearchFilterItem |
|---|
setCount, setDisplayName, setFilterName, setItemName |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int getCount()
SearchFilterItem
getCount in class SearchFilterItempublic java.lang.String getDisplayName()
getDisplayName in class SearchFilterItempublic java.lang.String getFilterName()
SearchFilterItem
getFilterName in class SearchFilterItempublic java.lang.String getItemName()
SearchFilterItem
getItemName in class SearchFilterItempublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||