org.glassfish.admingui.common.gadget
Class GadgetModulePrefs

java.lang.Object
  extended by org.glassfish.admingui.common.gadget.GadgetModulePrefs

public class GadgetModulePrefs
extends java.lang.Object

This class is configured via XML. This is done via the HK2 ConfigParser.

Author:
Ken Paulsen (ken.paulsen@sun.com)

Constructor Summary
GadgetModulePrefs()
           
 
Method Summary
 java.lang.String getAuthor()
           A unique identifier for the GadgetModule instance.
 java.lang.String getAuthorEmail()
           A unique identifier for the GadgetModule instance.
 java.lang.String getDescription()
           A unique identifier for the GadgetModule instance.
 java.lang.String getScreenshot()
           A unique identifier for the GadgetModule instance.
 java.lang.String getThumbnail()
           A unique identifier for the GadgetModule instance.
 java.lang.String getTitle()
           A unique identifier for the GadgetModule instance.
 java.lang.String getTitleUrl()
           A unique identifier for the GadgetModule instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GadgetModulePrefs

public GadgetModulePrefs()
Method Detail

getTitle

public java.lang.String getTitle()

A unique identifier for the GadgetModule instance.


getTitleUrl

public java.lang.String getTitleUrl()

A unique identifier for the GadgetModule instance.


getDescription

public java.lang.String getDescription()

A unique identifier for the GadgetModule instance.


getAuthor

public java.lang.String getAuthor()

A unique identifier for the GadgetModule instance.


getAuthorEmail

public java.lang.String getAuthorEmail()

A unique identifier for the GadgetModule instance.


getScreenshot

public java.lang.String getScreenshot()

A unique identifier for the GadgetModule instance.


getThumbnail

public java.lang.String getThumbnail()

A unique identifier for the GadgetModule instance.



Copyright © 2012 GlassFish Community. All Rights Reserved.