Class ParameterDTO
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.ParameterDTO
public final class ParameterDTO
extends com.google.gwt.core.client.JavaScriptObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ParameterDTOReplacement constructor.static ParameterDTOgetName()getValue()booleanvoidsetContentSet(boolean contentSet) voidvoidstatic Parameterto(ParameterDTO dto) Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
ParameterDTO
protected ParameterDTO()
-
-
Method Details
-
getName
-
setName
-
isContentSet
public boolean isContentSet() -
setContentSet
public void setContentSet(boolean contentSet) -
getValue
-
setValue
-
create
Replacement constructor. Creates a new nativeParameterDTO.- Returns:
- The new instance.
-
from
-
to
-