com.groupdocs.annotation.domain.response
Class MoveAnnotationMarkerResult

java.lang.Object
  extended by com.groupdocs.annotation.domain.response.MoveAnnotationMarkerResult

public class MoveAnnotationMarkerResult
extends Object

Move annotation marker response

Author:
Aleksey Permyakov

Constructor Summary
MoveAnnotationMarkerResult()
           
 
Method Summary
 String getAnnotationGuid()
          Get annotation guid
 void setAnnotationGuid(String annotationGuid)
          Set annotation guid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveAnnotationMarkerResult

public MoveAnnotationMarkerResult()
Method Detail

getAnnotationGuid

public final String getAnnotationGuid()
Get annotation guid

Returns:
annotation guid

setAnnotationGuid

public final void setAnnotationGuid(String annotationGuid)
Set annotation guid

Parameters:
annotationGuid - annotation guid


Copyright © 2014. All rights reserved.