Package org.glassfish.admingui.connector
Class GadgetModulePrefs
- java.lang.Object
-
- org.glassfish.admingui.connector.GadgetModulePrefs
-
public class GadgetModulePrefs extends Object
This class is configured via XML. This is done via the HK2
ConfigParser.- Author:
- Ken Paulsen (ken.paulsen@sun.com)
-
-
Constructor Summary
Constructors Constructor Description GadgetModulePrefs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthor()A unique identifier for the GadgetModule instance.StringgetAuthorEmail()A unique identifier for the GadgetModule instance.StringgetDescription()A unique identifier for the GadgetModule instance.StringgetScreenshot()A unique identifier for the GadgetModule instance.StringgetThumbnail()A unique identifier for the GadgetModule instance.StringgetTitle()A unique identifier for the GadgetModule instance.StringgetTitleUrl()A unique identifier for the GadgetModule instance.
-
-
-
Method Detail
-
getTitle
public String getTitle()
A unique identifier for the GadgetModule instance.
-
getTitleUrl
public String getTitleUrl()
A unique identifier for the GadgetModule instance.
-
getDescription
public String getDescription()
A unique identifier for the GadgetModule instance.
-
getAuthor
public String getAuthor()
A unique identifier for the GadgetModule instance.
-
getAuthorEmail
public String getAuthorEmail()
A unique identifier for the GadgetModule instance.
-
getScreenshot
public String getScreenshot()
A unique identifier for the GadgetModule instance.
-
getThumbnail
public String getThumbnail()
A unique identifier for the GadgetModule instance.
-
-