com.groupdocs.annotation.domain.request
Class ResizeAnnotationData

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

public class ResizeAnnotationData
extends Object

Resize annotation request

Author:
Aleksey Permyakov

Constructor Summary
ResizeAnnotationData()
           
 
Method Summary
 String getAnnotationGuid()
          Getter for property 'annotationGuid'.
 String getConnectionId()
          Getter for property 'connectionId'.
 String getFileId()
          Getter for property 'fileId'.
 Double getHeight()
          Getter for property 'height'.
 String getPrivateKey()
          Getter for property 'privateKey'.
 String getUserId()
          Getter for property 'userId'.
 Double getWidth()
          Getter for property 'width'.
 void setAnnotationGuid(String annotationGuid)
          Setter for property 'annotationGuid'.
 void setConnectionId(String connectionId)
          Setter for property 'connectionId'.
 void setFileId(String fileId)
          Setter for property 'fileId'.
 void setHeight(Double height)
          Setter for property 'height'.
 void setPrivateKey(String privateKey)
          Setter for property 'privateKey'.
 void setUserId(String userId)
          Setter for property 'userId'.
 void setWidth(Double width)
          Setter for property 'width'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResizeAnnotationData

public ResizeAnnotationData()
Method Detail

getConnectionId

public final String getConnectionId()
Getter for property 'connectionId'.

Returns:
Value for property 'connectionId'.

setConnectionId

public final void setConnectionId(String connectionId)
Setter for property 'connectionId'.

Parameters:
connectionId - Value to set for property 'connectionId'.

getAnnotationGuid

public final String getAnnotationGuid()
Getter for property 'annotationGuid'.

Returns:
Value for property 'annotationGuid'.

setAnnotationGuid

public final void setAnnotationGuid(String annotationGuid)
Setter for property 'annotationGuid'.

Parameters:
annotationGuid - Value to set for property 'annotationGuid'.

getFileId

public final String getFileId()
Getter for property 'fileId'.

Returns:
Value for property 'fileId'.

setFileId

public final void setFileId(String fileId)
Setter for property 'fileId'.

Parameters:
fileId - Value to set for property 'fileId'.

getHeight

public final Double getHeight()
Getter for property 'height'.

Returns:
Value for property 'height'.

setHeight

public final void setHeight(Double height)
Setter for property 'height'.

Parameters:
height - Value to set for property 'height'.

getPrivateKey

public final String getPrivateKey()
Getter for property 'privateKey'.

Returns:
Value for property 'privateKey'.

setPrivateKey

public final void setPrivateKey(String privateKey)
Setter for property 'privateKey'.

Parameters:
privateKey - Value to set for property 'privateKey'.

getUserId

public final String getUserId()
Getter for property 'userId'.

Returns:
Value for property 'userId'.

setUserId

public final void setUserId(String userId)
Setter for property 'userId'.

Parameters:
userId - Value to set for property 'userId'.

getWidth

public final Double getWidth()
Getter for property 'width'.

Returns:
Value for property 'width'.

setWidth

public final void setWidth(Double width)
Setter for property 'width'.

Parameters:
width - Value to set for property 'width'.


Copyright © 2014. All rights reserved.