Class SaveAnnotationsRequestDTO
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.annotation.save.SaveAnnotationsRequestDTO
public final class SaveAnnotationsRequestDTO
extends com.google.gwt.core.client.JavaScriptObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SaveAnnotationsRequestDTOcreate(DocumentSnapshotDTO doc, String saveStreamId, String saveAnnotationsHandlerId, String annoFormat) Replacement constructor.getDoc()voidsetAnnoFormat(String annoFormat) voidvoidsetSaveAnnotationsHandlerId(String saveAnnotationsHandlerId) voidsetSaveStreamId(String saveAnnotationsHandlerId) Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
SaveAnnotationsRequestDTO
protected SaveAnnotationsRequestDTO()
-
-
Method Details
-
getDoc
-
setDoc
-
getSaveStreamId
-
setSaveStreamId
-
getSaveAnnotationsHandlerId
-
setSaveAnnotationsHandlerId
-
getAnnoFormat
-
setAnnoFormat
-
create
public static SaveAnnotationsRequestDTO create(DocumentSnapshotDTO doc, String saveStreamId, String saveAnnotationsHandlerId, String annoFormat) Replacement constructor. Creates a new nativeSaveAnnotationsRequestDTO.- Returns:
- The new instance.
-