Class InstructionDTO
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.instructions.InstructionDTO
public final class InstructionDTO
extends com.google.gwt.core.client.JavaScriptObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InstructionDTO
Replacement constructor.static InstructionDTO
from
(Instruction instruction) com.google.gwt.core.client.JavaScriptObject
getType()
void
setParams
(com.google.gwt.core.client.JavaScriptObject params) void
static Instruction
to
(InstructionDTO dto) Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
InstructionDTO
protected InstructionDTO()
-
-
Method Details
-
getType
-
setType
-
getParams
public com.google.gwt.core.client.JavaScriptObject getParams() -
setParams
public void setParams(com.google.gwt.core.client.JavaScriptObject params) -
create
public static InstructionDTO create(String type, com.google.gwt.core.client.JavaScriptObject params) Replacement constructor. Creates a new nativeInstructionDTO
.- Returns:
- The new instance.
-
from
-
to
-