com.groupdocs.viewer.domain.request
Class ReorderPageRequest

java.lang.Object
  extended by com.groupdocs.viewer.domain.request.ReorderPageRequest

public class ReorderPageRequest
extends Object

HTTP request object for ViewerHandler

Author:
Alex Bobkov
See Also:
ViewerHandler

Constructor Summary
ReorderPageRequest()
           
 
Method Summary
 int getNewPosition()
          Get new position
 int getOldPosition()
          Get old position
 String getPath()
          Get path
 void setNewPosition(int newPosition)
          Set new position
 void setOldPosition(int oldPosition)
          Set old position
 void setPath(String path)
          Set path
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReorderPageRequest

public ReorderPageRequest()
Method Detail

getNewPosition

public int getNewPosition()
Get new position

Returns:
new position

setNewPosition

public void setNewPosition(int newPosition)
Set new position

Parameters:
newPosition - new position

getOldPosition

public int getOldPosition()
Get old position

Returns:
old position

setOldPosition

public void setOldPosition(int oldPosition)
Set old position

Parameters:
oldPosition - old position

getPath

public String getPath()
Get path

Returns:
path

setPath

public void setPath(String path)
Set path

Parameters:
path - path


Copyright © 2015. All rights reserved.