java.lang.Object | |
↳ | com.pdftron.collab.db.entity.DocumentEntity |
Immutable model class for a document
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DocumentEntity(String id, String shareId, Long date, String unreads) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Long | getDate() | ||||||||||
String |
getId()
Gets the unique identifier of the document
| ||||||||||
String |
getShareId()
Gets the share id of the document (only relevant for WebViewer Server)
| ||||||||||
String |
getUnreads()
Gets list of unread annotation ids
| ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pdftron.collab.model.Document
|
Gets the unique identifier of the document
Gets the share id of the document (only relevant for WebViewer Server)
Gets list of unread annotation ids