org.jboss.portal.widget.google.provider
Class GGQueryResultEntry
java.lang.Object
org.jboss.portal.widget.google.provider.GGQueryResultEntry
public class GGQueryResultEntry
- extends java.lang.Object
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
Constructor Summary |
GGQueryResultEntry(GGWidgetMetaData metadata)
|
GGQueryResultEntry(java.net.URL url,
java.lang.String title,
java.lang.String description,
java.lang.String screenshot,
java.lang.String thumbnail,
java.lang.String author,
int width,
int height)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GGQueryResultEntry
public GGQueryResultEntry(java.net.URL url,
java.lang.String title,
java.lang.String description,
java.lang.String screenshot,
java.lang.String thumbnail,
java.lang.String author,
int width,
int height)
GGQueryResultEntry
public GGQueryResultEntry(GGWidgetMetaData metadata)
throws java.lang.Exception
- Throws:
java.lang.Exception
getURL
public java.net.URL getURL()
getTitle
public java.lang.String getTitle()
getDescription
public java.lang.String getDescription()
getScreenshot
public java.lang.String getScreenshot()
getThumbnail
public java.lang.String getThumbnail()
getAuthor
public java.lang.String getAuthor()
getWidth
public int getWidth()
getHeight
public int getHeight()