org.jboss.portal.widget.google.info
Class GGWidgetInfo
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GGWidgetInfo
public GGWidgetInfo(LocalizedString title,
LocalizedString directoryTitle,
LocalizedString description,
int width,
int height,
GGPreferencesInfo preferences)
getPreferences
public GGPreferencesInfo getPreferences()
getTitle
public LocalizedString getTitle()
getDescription
public LocalizedString getDescription()
getWidth
public int getWidth()
getHeight
public int getHeight()
getDirectoryTitle
public LocalizedString getDirectoryTitle()