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 ParameterDTO
Replacement constructor.static ParameterDTO
getName()
getValue()
boolean
void
setContentSet
(boolean contentSet) void
void
static Parameter
to
(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
-