Skip navigation links

Oracle Secure Enterprise Search Java API Reference
10g Release 1 (10.1.8)

B32260-01


oracle.search.query.webservice.client
Class SuggestedLink

java.lang.Object
  extended byoracle.search.query.webservice.client.SuggestedLink


public class SuggestedLink
extends java.lang.Object

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

SuggestedLink

public SuggestedLink()

SuggestedLink

public SuggestedLink(java.lang.String title,
                     java.lang.String url)
Parameters:
title - title of the suggested link
url - URL of the suggested link

Method Detail

getTitle

public java.lang.String getTitle()
Returns the title of the suggested link.

setTitle

public void setTitle(java.lang.String title)
Sets the title of the suggested link.
Parameters:
title - title of the suggested link

getUrl

public java.lang.String getUrl()
Returns the URL of the suggested link.

setUrl

public void setUrl(java.lang.String url)
Sets the URL of the suggested link.
Parameters:
url - URL of the suggested link

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
10g Release 1 (10.1.8)

B32260-01


Copyright © 2006, Oracle. All rights reserved.