Class CustomPropertyDTO
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.CustomPropertyDTO
public final class CustomPropertyDTO
extends com.google.gwt.core.client.JavaScriptObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CustomPropertyDTO
static CustomPropertyDTO
getType()
com.google.gwt.core.client.JavaScriptObject
getValue()
void
void
setValue
(com.google.gwt.core.client.JavaScriptObject value) static Object
to
(CustomPropertyDTO dto) Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
CustomPropertyDTO
protected CustomPropertyDTO()
-
-
Method Details
-
getType
-
setType
-
getValue
public com.google.gwt.core.client.JavaScriptObject getValue() -
setValue
public void setValue(com.google.gwt.core.client.JavaScriptObject value) -
create
public static CustomPropertyDTO create(String type, com.google.gwt.core.client.JavaScriptObject value) -
to
-
from
-