Class ChangedAnnoSegmentInfoDTO
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.ChangedAnnoSegmentInfoDTO
public final class ChangedAnnoSegmentInfoDTO
extends com.google.gwt.core.client.JavaScriptObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ChangedAnnoSegmentInfoDTO
create
(int pageIndex, String segmentProfileId, com.google.gwt.core.client.JsArray<AnnotationDTO> segmentAnnotations, com.google.gwt.core.client.JsArray<PropertiesReadResultDTO> segmentProperties) static ChangedAnnoSegmentInfoDTO
from
(com.levigo.jadice.web.shared.model.document.snapshot.internal.ChangedAnnoSegmentInfo info) int
com.google.gwt.core.client.JsArray
<AnnotationDTO> com.google.gwt.core.client.JsArray
<PropertiesReadResultDTO> void
setPageIndex
(int pageIndex) void
setSegmentAnnotations
(com.google.gwt.core.client.JsArray<AnnotationDTO> segmentAnnotations) void
setSegmentProfileId
(String segmentProfileId) void
setSegmentProperties
(com.google.gwt.core.client.JsArray<PropertiesReadResultDTO> segmentProperties) Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
ChangedAnnoSegmentInfoDTO
protected ChangedAnnoSegmentInfoDTO()
-
-
Method Details
-
getPageIndex
public int getPageIndex() -
setPageIndex
public void setPageIndex(int pageIndex) -
getSegmentProfileId
-
setSegmentProfileId
-
getSegmentAnnotations
-
setSegmentAnnotations
public void setSegmentAnnotations(com.google.gwt.core.client.JsArray<AnnotationDTO> segmentAnnotations) -
getSegmentProperties
-
setSegmentProperties
public void setSegmentProperties(com.google.gwt.core.client.JsArray<PropertiesReadResultDTO> segmentProperties) -
create
public static ChangedAnnoSegmentInfoDTO create(int pageIndex, String segmentProfileId, com.google.gwt.core.client.JsArray<AnnotationDTO> segmentAnnotations, com.google.gwt.core.client.JsArray<PropertiesReadResultDTO> segmentProperties)
-