Class InstructionAreaDTO
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.instructions.InstructionAreaDTO
public final class InstructionAreaDTO
extends com.google.gwt.core.client.JavaScriptObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetArea()
com.google.gwt.core.client.JsArray
<InstructionDTO> getChain()
int
getLevel()
void
setArea
(RectangularShapeDTO area) void
setChain
(com.google.gwt.core.client.JsArray<InstructionDTO> chain) void
setDescription
(String description) void
static com.levigo.jadice.web.shared.model.instruction.internal.InstructionArea
to
(InstructionAreaDTO dto) Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
InstructionAreaDTO
protected InstructionAreaDTO()
-
-
Method Details
-
getArea
-
setArea
-
getDescription
-
setDescription
-
getLevel
public int getLevel() -
setLevel
-
getChain
-
setChain
-
to
public static com.levigo.jadice.web.shared.model.instruction.internal.InstructionArea to(InstructionAreaDTO dto)
-