Class TypeSetElementDTO

java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.TypeSetElementDTO

public final class TypeSetElementDTO extends com.google.gwt.core.client.JavaScriptObject
  • Constructor Details

    • TypeSetElementDTO

      protected TypeSetElementDTO()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getParams

      public com.google.gwt.core.client.JavaScriptObject getParams()
    • setParams

      public void setParams(com.google.gwt.core.client.JavaScriptObject params)
    • create

      public static TypeSetElementDTO create(String type, com.google.gwt.core.client.JavaScriptObject params)
      Replacement constructor. Creates a new native TypeSetElementDTO.
      Returns:
      The new instance.
    • from

      public static TypeSetElementDTO from(TypeSetElement element)
    • to

      public static TypeSetElement to(TypeSetElementDTO dto)