public class GadgetModulePrefs extends Object
This class is configured via XML. This is done via the HK2
ConfigParser.
| Constructor and Description |
|---|
GadgetModulePrefs() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
A unique identifier for the GadgetModule instance.
|
String |
getAuthorEmail()
A unique identifier for the GadgetModule instance.
|
String |
getDescription()
A unique identifier for the GadgetModule instance.
|
String |
getScreenshot()
A unique identifier for the GadgetModule instance.
|
String |
getThumbnail()
A unique identifier for the GadgetModule instance.
|
String |
getTitle()
A unique identifier for the GadgetModule instance.
|
String |
getTitleUrl()
A unique identifier for the GadgetModule instance.
|
public String getTitle()
A unique identifier for the GadgetModule instance.
public String getTitleUrl()
A unique identifier for the GadgetModule instance.
public String getDescription()
A unique identifier for the GadgetModule instance.
public String getAuthor()
A unique identifier for the GadgetModule instance.
public String getAuthorEmail()
A unique identifier for the GadgetModule instance.
public String getScreenshot()
A unique identifier for the GadgetModule instance.
public String getThumbnail()
A unique identifier for the GadgetModule instance.
Copyright © 2019. All rights reserved.