| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.endeca.infront.cartridge.model.SearchBreadcrumb
public class SearchBreadcrumb
SearchBreadcrumb is a Breadcrumbs element that contains information about an active keyword search.
| Constructor Summary | |
|---|---|
| SearchBreadcrumb() | |
| Method Summary | |
|---|---|
|  String | getCorrectedTerms() | 
|  String | getKey() | 
|  MatchMode | getMatchMode() | 
|  NavigationAction | getRemoveAction()Returns a navigation action with the necessary information to remove this breadcrumb. | 
|  String | getTerms() | 
|  void | setCorrectedTerms(String terms)Sets the terms that were corrected. | 
|  void | setKey(String key)Sets the search key of this SearchBreadcrumb. | 
|  void | setMatchMode(MatchMode matchMode)Sets the match mode of this SearchBreadcrumb. | 
|  void | setRemoveAction(NavigationAction removeAction)Sets the remove action of this SearchBreadcrumb. | 
|  void | setTerms(String terms)Sets the term of this SearchBreadcrumb. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SearchBreadcrumb()
| Method Detail | 
|---|
public NavigationAction getRemoveAction()
getRemoveAction in interface BreadcrumbNavigationAction that will remove this Breadcrumb.public void setRemoveAction(NavigationAction removeAction)
SearchBreadcrumb.
removeAction - the action that will remove this SearchBreadcrumbpublic String getKey()
public void setKey(String key)
SearchBreadcrumb.
key - the search key for this breadcrumbpublic MatchMode getMatchMode()
public void setMatchMode(MatchMode matchMode)
SearchBreadcrumb.
matchMode - the match modeMatchModepublic String getTerms()
public void setTerms(String terms)
SearchBreadcrumb.
terms - The terms of the searchpublic String getCorrectedTerms()
public void setCorrectedTerms(String terms)
terms - The corrected terms| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||