com.groupdocs.annotation.domain.request
Class GetPrintViewData

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

public class GetPrintViewData
extends Object

Get print view request Created by Aleksey Permyakov on 05.06.14.


Constructor Summary
GetPrintViewData()
           
 
Method Summary
 String getConnectionId()
          Getter for property 'connectionId'.
 String getFileId()
          Getter for property 'fileId'.
 void setConnectionId(String connectionId)
          Setter for property 'connectionId'.
 void setFileId(String fileId)
          Setter for property 'fileId'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPrintViewData

public GetPrintViewData()
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'.

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'.


Copyright © 2014. All rights reserved.