org.glassfish.admingui.common.gadget
Class GadgetUserPref

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

public class GadgetUserPref
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
GadgetUserPref()
           
 
Method Summary
 java.lang.String getDataType()
           Getter for the datatype property.
 java.lang.String getDefaultValue()
           Getter for the default value of this preference.
 java.lang.String getDisplayName()
           Getter for the display_name.
 java.lang.String getName()
           Getter for the name.
 boolean getRequired()
           Getter for the required property.
 java.lang.String getURLParam()
           Getter for the urlparam property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GadgetUserPref

public GadgetUserPref()
Method Detail

getName

public java.lang.String getName()

Getter for the name.


getDisplayName

public java.lang.String getDisplayName()

Getter for the display_name.


getURLParam

public java.lang.String getURLParam()

Getter for the urlparam property.


getDataType

public java.lang.String getDataType()

Getter for the datatype property.


getRequired

public boolean getRequired()

Getter for the required property.


getDefaultValue

public java.lang.String getDefaultValue()

Getter for the default value of this preference.



Copyright © 2012 GlassFish Community. All Rights Reserved.