|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8) B32260-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.search.query.webservice.client.SuggestedLink
SuggestedLink encapsulates suggested link information for a given query string.
Constructor Summary | |
SuggestedLink() |
|
SuggestedLink(java.lang.String title, java.lang.String url) |
Method Summary | |
java.lang.String |
getTitle() Returns the title of the suggested link. |
java.lang.String |
getUrl() Returns the URL of the suggested link. |
void |
setTitle(java.lang.String title) Sets the title of the suggested link. |
void |
setUrl(java.lang.String url) Sets the URL of the suggested link. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SuggestedLink()
public SuggestedLink(java.lang.String title, java.lang.String url)
title
- title of the suggested linkurl
- URL of the suggested linkMethod Detail |
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- title of the suggested linkpublic java.lang.String getUrl()
public void setUrl(java.lang.String url)
url
- URL of the suggested link
|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8) B32260-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |