|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.jdesktop.swingx.ws.yahoo.search.websearch.YahooWebSearch.Result
public static final class YahooWebSearch.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 | |
YahooWebSearch.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 |
|---|
private URL cache
private URL clickUrl
private String mimeType
private Date modDate
private String summary
private String title
private URL url
| Constructor Detail |
|---|
YahooWebSearch.Result()
| Method Detail |
|---|
public URL getCache()
public URL getClickUrl()
public String getMimeType()
public Date getModDate()
public String getSummary()
public String getTitle()
public URL getUrl()
Groovy Documentation