org.jboss.portal.widget.google.info
Class GGWidgetInfo

java.lang.Object
  extended by org.jboss.portal.widget.google.info.GGWidgetInfo

public class GGWidgetInfo
extends java.lang.Object

Meta data retrieved from the XML file.

Version:
$Revision: 1.1 $
Author:
Julien Viet

Constructor Summary
GGWidgetInfo(LocalizedString title, LocalizedString directoryTitle, LocalizedString description, int width, int height, GGPreferencesInfo preferences)
           
 
Method Summary
 LocalizedString getDescription()
           
 LocalizedString getDirectoryTitle()
           
 int getHeight()
           
 GGPreferencesInfo getPreferences()
           
 LocalizedString getTitle()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GGWidgetInfo

public GGWidgetInfo(LocalizedString title,
                    LocalizedString directoryTitle,
                    LocalizedString description,
                    int width,
                    int height,
                    GGPreferencesInfo preferences)
Method Detail

getPreferences

public GGPreferencesInfo getPreferences()

getTitle

public LocalizedString getTitle()

getDescription

public LocalizedString getDescription()

getWidth

public int getWidth()

getHeight

public int getHeight()

getDirectoryTitle

public LocalizedString getDirectoryTitle()