Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.1.0.0)

E17597-02


oracle.search.query.webservice.client
Class SuggestedLink

java.lang.Object
  extended by oracle.search.query.webservice.client.SuggestedLink

All Implemented Interfaces:
Serializable

public class SuggestedLink
extends Object
implements Serializable

SuggestedLink encapsulates suggested link information for a given query string. Oracle SES can return up to two suggested links for each query string.

See Also:
Serialized Form

Constructor Summary
SuggestedLink()
           
SuggestedLink(String title, String url)
           

 

Method Summary
 String getTitle()
          Returns the title of the suggested link.
 String getUrl()
          Returns the URL of the suggested link.
 void setTitle(String title)
          Sets the title of the suggested link.
 void setUrl(String url)
          Sets the URL of the suggested link.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

SuggestedLink

public SuggestedLink()

SuggestedLink

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

Method Detail

getTitle

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

setTitle

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

getUrl

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

setUrl

public void setUrl(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
11g Release 2 (11.2.1.0.0)

E17597-02


Copyright © 2006, 2011, Oracle and/or its affiliates. All rights reserved.