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 InstructionDTOReplacement constructor.static InstructionDTOfrom(Instruction instruction) com.google.gwt.core.client.JavaScriptObjectgetType()voidsetParams(com.google.gwt.core.client.JavaScriptObject params) voidstatic Instructionto(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
-