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 Details

    • InstructionAreaDTO

      protected InstructionAreaDTO()
  • Method Details

    • getArea

      public RectangularShapeDTO getArea()
    • setArea

      public void setArea(RectangularShapeDTO area)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getLevel

      public int getLevel()
    • setLevel

      public void setLevel(Integer level)
    • getChain

      public com.google.gwt.core.client.JsArray<InstructionDTO> getChain()
    • setChain

      public void setChain(com.google.gwt.core.client.JsArray<InstructionDTO> chain)
    • to

      public static com.levigo.jadice.web.shared.model.instruction.internal.InstructionArea to(InstructionAreaDTO dto)