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: 8784 $
Author:
Julien Viet

Constructor Summary
GGWidgetInfo(org.jboss.portal.common.i18n.LocalizedString title, org.jboss.portal.common.i18n.LocalizedString directoryTitle, org.jboss.portal.common.i18n.LocalizedString description, int width, int height, GGPreferencesInfo preferences)
           
 
Method Summary
 org.jboss.portal.common.i18n.LocalizedString getDescription()
           
 org.jboss.portal.common.i18n.LocalizedString getDirectoryTitle()
           
 int getHeight()
           
 GGPreferencesInfo getPreferences()
           
 org.jboss.portal.common.i18n.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(org.jboss.portal.common.i18n.LocalizedString title,
                    org.jboss.portal.common.i18n.LocalizedString directoryTitle,
                    org.jboss.portal.common.i18n.LocalizedString description,
                    int width,
                    int height,
                    GGPreferencesInfo preferences)
Method Detail

getPreferences

public GGPreferencesInfo getPreferences()

getTitle

public org.jboss.portal.common.i18n.LocalizedString getTitle()

getDescription

public org.jboss.portal.common.i18n.LocalizedString getDescription()

getWidth

public int getWidth()

getHeight

public int getHeight()

getDirectoryTitle

public org.jboss.portal.common.i18n.LocalizedString getDirectoryTitle()