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

public final class AnnotationPageSegmentDTO extends BasicPageSegmentDTO
  • Constructor Details

    • AnnotationPageSegmentDTO

      protected AnnotationPageSegmentDTO()
  • Method Details

    • getModCount

      public int getModCount()
    • setModCount

      public void setModCount(int modCount)
    • getProfileId

      public String getProfileId()
    • setProfileId

      public void setProfileId(String profileId)
    • getAnnotations

      public com.google.gwt.core.client.JsArray<AnnotationDTO> getAnnotations()
    • setAnnotations

      public void setAnnotations(com.google.gwt.core.client.JsArray<AnnotationDTO> annotations)
    • getDeletedAnnotations

      public com.google.gwt.core.client.JsArray<AnnotationDTO> getDeletedAnnotations()
    • setDeletedAnnotations

      public void setDeletedAnnotations(com.google.gwt.core.client.JsArray<AnnotationDTO> deletedAnnotations)
    • from

      public static AnnotationPageSegmentDTO from(com.levigo.jadice.web.shared.model.annotation.internal.AnnotationPageSegment segment)
    • to

      public static com.levigo.jadice.web.shared.model.annotation.internal.AnnotationPageSegment to(AnnotationPageSegmentDTO dto)