Class ChangeDTO

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

public final class ChangeDTO extends com.google.gwt.core.client.JavaScriptObject
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static ChangeDTO
    create(int index, String type, com.google.gwt.core.client.JavaScriptObject object)
     
    static ChangeDTO
    from(com.levigo.jadice.web.shared.model.document.snapshot.internal.Change<Page> change)
     
    int
     
    com.google.gwt.core.client.JavaScriptObject
     
     
    void
    setIndex(int index)
     
    void
    setObject(com.google.gwt.core.client.JavaScriptObject object)
     
    void
     

    Methods inherited from class com.google.gwt.core.client.JavaScriptObject

    cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ChangeDTO

      protected ChangeDTO()
  • Method Details

    • getIndex

      public int getIndex()
    • setIndex

      public void setIndex(int index)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getObject

      public com.google.gwt.core.client.JavaScriptObject getObject()
    • setObject

      public void setObject(com.google.gwt.core.client.JavaScriptObject object)
    • create

      public static ChangeDTO create(int index, String type, com.google.gwt.core.client.JavaScriptObject object)
    • from

      public static ChangeDTO from(com.levigo.jadice.web.shared.model.document.snapshot.internal.Change<Page> change)