java.lang.Object | |
↳ | com.pdftron.collab.db.entity.AnnotationEntity |
Immutable model class for an annotation
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AnnotationEntity() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getAt() | ||||||||||
String |
getAuthorId()
Gets the unique identifier of the author
| ||||||||||
String |
getAuthorName()
Gets the author name
| ||||||||||
int |
getColor()
Gets the tint color to be shown in annotation list
| ||||||||||
String |
getContents()
Gets the contents
| ||||||||||
Date |
getCreationDate()
Gets the creation date
| ||||||||||
Date |
getDate()
Gets the date
| ||||||||||
String |
getDocumentId()
Gets the unique identifier of the document
| ||||||||||
String |
getId()
Gets the unique identifier of the annotation
| ||||||||||
String |
getInReplyTo()
Gets the IRT of this annotation
| ||||||||||
String |
getLastReplyAuthor()
Gets the last reply author
| ||||||||||
String |
getLastReplyContents()
Gets the last reply contents
| ||||||||||
Date |
getLastReplyDate()
Gets the last reply date
| ||||||||||
float |
getOpacity()
Gets the opacity to be shown in annotation list
| ||||||||||
int |
getPage()
Gets the page the annotation is on
| ||||||||||
String | getParent() | ||||||||||
int |
getReviewState()
Gets the review state, -1 if no state
| ||||||||||
String |
getServerId()
Gets the server database id if different from the annotation id
| ||||||||||
int |
getType()
Gets the annotation type
| ||||||||||
int |
getUnreadCount()
Gets the unread reply count
| ||||||||||
String |
getUnreads()
Gets the unread reply IDs
| ||||||||||
String |
getXfdf()
Gets the XFDF of this annotation
| ||||||||||
double |
getYPos()
Gets the y position
| ||||||||||
void | setAt(String at) | ||||||||||
void |
setAuthorId(String authorId)
Sets the unique identifier of the author
| ||||||||||
void |
setAuthorName(String authorName)
Sets the author name
| ||||||||||
void |
setColor(int color)
Sets the tint color to be shown in annotation list
| ||||||||||
void |
setContents(String contents)
Sets the contents
| ||||||||||
void |
setCreationDate(Date creationDate)
Sets the creation date
| ||||||||||
void |
setDate(Date date)
Sets the date
| ||||||||||
void |
setDocumentId(String documentId)
Sets the unique identifier of the document
| ||||||||||
void |
setId(String id)
Sets the unique identifier of the annotation
| ||||||||||
void |
setInReplyTo(String inReplyTo)
Sets the IRT of this annotation
| ||||||||||
void |
setLastReplyAuthor(String lastReplyAuthor)
Sets the last reply author
| ||||||||||
void |
setLastReplyContents(String lastReplyContents)
Sets the last reply contents
| ||||||||||
void |
setLastReplyDate(Date lastReplyDate)
Sets the last reply date
| ||||||||||
void |
setOpacity(float opacity)
Sets the opacity to be shown in annotation list
| ||||||||||
void |
setPage(int page)
Sets the page the annotation is on
| ||||||||||
void | setParent(String parent) | ||||||||||
void |
setReviewState(int reviewState)
Sets the review state, -1 if no state
| ||||||||||
void |
setServerId(String serverId)
Sets the server database id if different from annotation id
| ||||||||||
void |
setType(int type)
Sets the annotation type
| ||||||||||
void |
setUnreadCount(int unreadCount)
Sets the unread reply count
| ||||||||||
void |
setUnreads(String unreads)
Sets the unread reply IDs
| ||||||||||
void |
setXfdf(String xfdf)
Sets the XFDF of this annotation
In the database, this is represented by a local file path to the XFDF string
| ||||||||||
void |
setYPos(double yPos)
Sets the y position
| ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pdftron.collab.model.Annotation
|
Gets the unique identifier of the author
Gets the author name
Gets the tint color to be shown in annotation list
Gets the contents
Gets the creation date
Gets the date
Gets the unique identifier of the document
Gets the unique identifier of the annotation
Gets the IRT of this annotation
Gets the last reply author
Gets the last reply contents
Gets the last reply date
Gets the opacity to be shown in annotation list
Gets the page the annotation is on
Gets the review state, -1 if no state
Gets the server database id if different from the annotation id
Gets the annotation type
Gets the unread reply count
Gets the unread reply IDs
Gets the XFDF of this annotation
Gets the y position
Sets the unique identifier of the author
Sets the author name
Sets the tint color to be shown in annotation list
Sets the contents
Sets the creation date
Sets the date
Sets the unique identifier of the document
Sets the unique identifier of the annotation
Sets the IRT of this annotation
Sets the last reply author
Sets the last reply contents
Sets the last reply date
Sets the opacity to be shown in annotation list
Sets the page the annotation is on
Sets the review state, -1 if no state
Sets the server database id if different from annotation id
Sets the annotation type
Sets the unread reply count
Sets the unread reply IDs
Sets the XFDF of this annotation In the database, this is represented by a local file path to the XFDF string
Sets the y position