java.lang.Object | |
↳ | com.pdftron.collab.db.entity.ReplyEntity |
Immutable model class for an annotation reply
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ReplyEntity() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getAuthorId()
Gets the author id of the reply
| ||||||||||
String |
getAuthorName()
Gets the author name of the reply
| ||||||||||
String |
getContents()
Gets the contents
| ||||||||||
Date |
getCreationDate()
Gets the creation date
| ||||||||||
Date |
getDate()
Gets the date
| ||||||||||
String |
getId()
Gets the unique identifier of the reply
| ||||||||||
String |
getInReplyTo()
Gets the annotation id that the reply is associated with
| ||||||||||
int |
getPage()
Gets the page
| ||||||||||
int |
getReviewState()
Gets the review state
| ||||||||||
void |
setAuthorId(String authorId)
Sets the author id of the reply
| ||||||||||
void |
setAuthorName(String authorName)
Sets the author name of the reply
| ||||||||||
void |
setContents(String contents)
Sets the reply contents
| ||||||||||
void |
setCreationDate(Date creationDate)
Sets the creation date
| ||||||||||
void |
setDate(Date date)
Sets the date
| ||||||||||
void |
setId(String id)
Sets the unique identifier of the reply
| ||||||||||
void |
setInReplyTo(String inReplyTo)
Sets the annotation id that the reply is associated with
| ||||||||||
void |
setPage(int page)
Sets the page
| ||||||||||
void |
setReviewState(int reviewState)
Sets the review state
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pdftron.collab.model.Reply
|
Gets the author id of the reply
Gets the author name of the reply
Gets the contents
Gets the creation date
Gets the date
Gets the unique identifier of the reply
Gets the annotation id that the reply is associated with
Gets the page
Gets the review state
Sets the author id of the reply
Sets the author name of the reply
Sets the reply contents
Sets the creation date
Sets the date
Sets the unique identifier of the reply
Sets the annotation id that the reply is associated with
Sets the page
Sets the review state