com.groupdocs.annotation.domain.request
Class MoveAnnotationMarkerRequest

java.lang.Object
  extended by com.groupdocs.annotation.domain.request.MoveAnnotationMarkerRequest

public class MoveAnnotationMarkerRequest
extends Object

Move annotation marker request

Author:
Aleksey Permyakov

Constructor Summary
MoveAnnotationMarkerRequest()
           
 
Method Summary
 String getAnnotationGuid()
          Get annotation guid
 String getConnectionId()
          Get connection id
 String getFileId()
          Get file id
 Double getLeft()
          Get left coordinate
 Integer getPageNumber()
          Get number of page
 String getPrivateKey()
          Get private key
 Double getTop()
          Get top coordinate
 String getUserId()
          Get user id
 void setAnnotationGuid(String annotationGuid)
          Set annotation guid
 void setConnectionId(String connectionId)
          Set connection id
 void setFileId(String fileId)
          Set file id
 void setLeft(Double left)
          Set left coordinate
 void setPageNumber(Integer pageNumber)
          Set number of page
 void setPrivateKey(String privateKey)
          Set private key
 void setTop(Double top)
          Set top coordinate
 void setUserId(String userId)
          Set user id
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveAnnotationMarkerRequest

public MoveAnnotationMarkerRequest()
Method Detail

getConnectionId

public String getConnectionId()
Get connection id

Returns:
connection id

setConnectionId

public void setConnectionId(String connectionId)
Set connection id

Parameters:
connectionId - connection id

getUserId

public String getUserId()
Get user id

Returns:
user id

setUserId

public void setUserId(String userId)
Set user id

Parameters:
userId - user id

getPrivateKey

public String getPrivateKey()
Get private key

Returns:
private key

setPrivateKey

public void setPrivateKey(String privateKey)
Set private key

Parameters:
privateKey - private key

getFileId

public String getFileId()
Get file id

Returns:
file id

setFileId

public void setFileId(String fileId)
Set file id

Parameters:
fileId - file id

getAnnotationGuid

public String getAnnotationGuid()
Get annotation guid

Returns:
annotation guid

setAnnotationGuid

public void setAnnotationGuid(String annotationGuid)
Set annotation guid

Parameters:
annotationGuid - annotation guid

getLeft

public Double getLeft()
Get left coordinate

Returns:
left coordinate

setLeft

public void setLeft(Double left)
Set left coordinate

Parameters:
left - left coordinate

getTop

public Double getTop()
Get top coordinate

Returns:
top coordinate

setTop

public void setTop(Double top)
Set top coordinate

Parameters:
top - top coordinate

getPageNumber

public Integer getPageNumber()
Get number of page

Returns:
number of page

setPageNumber

public void setPageNumber(Integer pageNumber)
Set number of page

Parameters:
pageNumber - number of page


Copyright © 2014. All rights reserved.