Groovy Documentation

org.jdesktop.swingx.ws.yahoo.search.websearch
[Java] Class YahooContextSearch.Result

java.lang.Object
  org.jdesktop.swingx.ws.yahoo.search.websearch.YahooContextSearch.Result

public static final class YahooContextSearch.Result

The Result of performing a search. This object is immutable.


Field Summary
private URL cache

private URL clickUrl

private String mimeType

private Date modDate

private String summary

private String title

private URL url

 
Constructor Summary
YahooContextSearch.Result()

 
Method Summary
URL getCache()

URL getClickUrl()

String getMimeType()

Date getModDate()

String getSummary()

String getTitle()

URL getUrl()

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

Field Detail

cache

private URL cache


clickUrl

private URL clickUrl


mimeType

private String mimeType


modDate

private Date modDate


summary

private String summary


title

private String title


url

private URL url


 
Constructor Detail

YahooContextSearch.Result

YahooContextSearch.Result()


 
Method Detail

getCache

public URL getCache()


getClickUrl

public URL getClickUrl()


getMimeType

public String getMimeType()


getModDate

public Date getModDate()


getSummary

public String getSummary()


getTitle

public String getTitle()


getUrl

public URL getUrl()


 

Groovy Documentation