Class AnnotationPageSegmentDTO
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.BasicPageSegmentDTO
com.levigo.jadice.web.client.messaging.AnnotationPageSegmentDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AnnotationPageSegmentDTO
from
(com.levigo.jadice.web.shared.model.annotation.internal.AnnotationPageSegment segment) com.google.gwt.core.client.JsArray
<AnnotationDTO> com.google.gwt.core.client.JsArray
<AnnotationDTO> int
void
setAnnotations
(com.google.gwt.core.client.JsArray<AnnotationDTO> annotations) void
setDeletedAnnotations
(com.google.gwt.core.client.JsArray<AnnotationDTO> deletedAnnotations) void
setModCount
(int modCount) void
setProfileId
(String profileId) static com.levigo.jadice.web.shared.model.annotation.internal.AnnotationPageSegment
Methods inherited from class com.levigo.jadice.web.client.messaging.BasicPageSegmentDTO
applyValuesToSegment, create, from, getCmResolution, getFnResolution, getFormat, getHandle, getHeight, getId, getUserProperties, getWidth, setCmResolution, setFnResolution, setFormat, setHandle, setHeight, setId, setUserProperties, setWidth, to
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
AnnotationPageSegmentDTO
protected AnnotationPageSegmentDTO()
-
-
Method Details
-
getModCount
public int getModCount() -
setModCount
public void setModCount(int modCount) -
getProfileId
-
setProfileId
-
getAnnotations
-
setAnnotations
-
getDeletedAnnotations
-
setDeletedAnnotations
public void setDeletedAnnotations(com.google.gwt.core.client.JsArray<AnnotationDTO> deletedAnnotations) -
to
public static com.levigo.jadice.web.shared.model.annotation.internal.AnnotationPageSegment to(AnnotationPageSegmentDTO dto)
-