org.gcube.application.aquamaps.aquamapsspeciesview.client.rpc.data
Class DetailsParameter

java.lang.Object
  extended by com.extjs.gxt.ui.client.data.BaseModelData
      extended by com.extjs.gxt.ui.client.data.BaseModel
          extended by org.gcube.application.aquamaps.aquamapsspeciesview.client.rpc.data.DetailsParameter
All Implemented Interfaces:
com.extjs.gxt.ui.client.data.ChangeEventSource, com.extjs.gxt.ui.client.data.Model, com.extjs.gxt.ui.client.data.ModelData, com.google.gwt.user.client.rpc.IsSerializable, Serializable

public class DetailsParameter
extends com.extjs.gxt.ui.client.data.BaseModel
implements com.google.gwt.user.client.rpc.IsSerializable

See Also:
Serialized Form

Field Summary
static String PARAMETER_GROUP
           
static String PARAMETER_NAME
           
static String PARAMETER_VALUE
           
 
Fields inherited from class com.extjs.gxt.ui.client.data.BaseModel
changeEventSupport
 
Fields inherited from class com.extjs.gxt.ui.client.data.BaseModelData
allowNestedValues, map
 
Fields inherited from interface com.extjs.gxt.ui.client.data.ChangeEventSource
Add, Remove, Update
 
Constructor Summary
DetailsParameter()
           
DetailsParameter(String name, String value, String group)
           
 
Method Summary
 String getGroup()
           
 String getName()
           
 String getValue()
           
 
Methods inherited from class com.extjs.gxt.ui.client.data.BaseModel
addChangeListener, addChangeListener, fireEvent, fireEvent, isSilent, notify, notifyPropertyChanged, remove, removeChangeListener, removeChangeListeners, set, setSilent
 
Methods inherited from class com.extjs.gxt.ui.client.data.BaseModelData
get, get, getProperties, getPropertyNames, isAllowNestedValues, setAllowNestedValues, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.extjs.gxt.ui.client.data.ModelData
get, getProperties, getPropertyNames
 

Field Detail

PARAMETER_NAME

public static String PARAMETER_NAME

PARAMETER_VALUE

public static String PARAMETER_VALUE

PARAMETER_GROUP

public static String PARAMETER_GROUP
Constructor Detail

DetailsParameter

public DetailsParameter()

DetailsParameter

public DetailsParameter(String name,
                        String value,
                        String group)
Method Detail

getGroup

public String getGroup()

getName

public String getName()

getValue

public String getValue()


Copyright © 2013. All Rights Reserved.