Class PropertyDefaultDTO
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.PropertyDefaultDTO
public final class PropertyDefaultDTO
extends com.google.gwt.core.client.JavaScriptObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PropertyDefaultDTO
Replacement constructor.static PropertyDefaultDTO
from
(PropertyDefault property) getName()
void
setDefaultValue
(String defaultValue) void
void
static PropertyDefault
to
(PropertyDefaultDTO dto) Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
PropertyDefaultDTO
protected PropertyDefaultDTO()
-
-
Method Details
-
getName
-
setName
-
getLocale
-
setLocale
-
getDefaultValue
-
setDefaultValue
-
create
Replacement constructor. Creates a new nativePropertyDefaultDTO
.- Returns:
- The new instance.
-
from
-
to
-