|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.groupdocs.annotation.domain.request.MoveAnnotationMarkerData
public class MoveAnnotationMarkerData
Move annotation marker request
| Constructor Summary | |
|---|---|
MoveAnnotationMarkerData()
|
|
| 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 |
|---|
public MoveAnnotationMarkerData()
| Method Detail |
|---|
public final String getConnectionId()
public final void setConnectionId(String connectionId)
connectionId - connection idpublic final String getUserId()
public final void setUserId(String userId)
userId - user idpublic final String getPrivateKey()
public final void setPrivateKey(String privateKey)
privateKey - private keypublic final String getFileId()
public final void setFileId(String fileId)
fileId - file idpublic final String getAnnotationGuid()
public final void setAnnotationGuid(String annotationGuid)
annotationGuid - annotation guidpublic final Double getLeft()
public final void setLeft(Double left)
left - left coordinatepublic final Double getTop()
public final void setTop(Double top)
top - top coordinatepublic final Integer getPageNumber()
public final void setPageNumber(Integer pageNumber)
pageNumber - number of page
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||