org.jboss.portal.widget.google.provider
Class GGQueryResultEntry

java.lang.Object
  extended by org.jboss.portal.widget.google.provider.GGQueryResultEntry

public class GGQueryResultEntry
extends java.lang.Object

Version:
$Revision: 1.1 $
Author:
Julien Viet

Constructor Summary
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)
           
 
Method Summary
 java.lang.String getAuthor()
           
 java.lang.String getDescription()
           
 int getHeight()
           
 java.lang.String getScreenshot()
           
 java.lang.String getThumbnail()
           
 java.lang.String getTitle()
           
 java.net.URL getURL()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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()