Package org.glassfish.admingui.connector
Class GadgetUserPref
- java.lang.Object
-
- org.glassfish.admingui.connector.GadgetUserPref
-
public class GadgetUserPref 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 GadgetUserPref()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDataType()Getter for the datatype property.StringgetDefaultValue()Getter for the default value of this preference.StringgetDisplayName()Getter for the display_name.StringgetName()Getter for the name.booleangetRequired()Getter for the required property.StringgetURLParam()Getter for the urlparam property.
-
-
-
Method Detail
-
getName
public String getName()
Getter for the name.
-
getDisplayName
public String getDisplayName()
Getter for the display_name.
-
getURLParam
public String getURLParam()
Getter for the urlparam property.
-
getDataType
public String getDataType()
Getter for the datatype property.
-
getRequired
public boolean getRequired()
Getter for the required property.
-
getDefaultValue
public String getDefaultValue()
Getter for the default value of this preference.
-
-