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 AnnotationPageSegmentDTOfrom(com.levigo.jadice.web.shared.model.annotation.internal.AnnotationPageSegment segment) com.google.gwt.core.client.JsArray<AnnotationDTO> com.google.gwt.core.client.JsArray<AnnotationDTO> intvoidsetAnnotations(com.google.gwt.core.client.JsArray<AnnotationDTO> annotations) voidsetDeletedAnnotations(com.google.gwt.core.client.JsArray<AnnotationDTO> deletedAnnotations) voidsetModCount(int modCount) voidsetProfileId(String profileId) static com.levigo.jadice.web.shared.model.annotation.internal.AnnotationPageSegmentMethods 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, toMethods 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)
-