|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.groupdocs.viewer.domain.request.ReorderPage
public class ReorderPage
HTTP request object for ViewerHandler
ViewerHandler| Constructor Summary | |
|---|---|
ReorderPage()
|
|
| 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 |
|---|
public ReorderPage()
| Method Detail |
|---|
public int getNewPosition()
public void setNewPosition(int newPosition)
newPosition - new positionpublic int getOldPosition()
public void setOldPosition(int oldPosition)
oldPosition - old positionpublic String getPath()
public void setPath(String path)
path - path
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||