public class

DocumentEntity

extends Object
implements Document
java.lang.Object
   ↳ com.pdftron.collab.db.entity.DocumentEntity

Class Overview

Immutable model class for a document

Summary

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

Public Constructors

public DocumentEntity (String id, String shareId, Long date, String unreads)

Public Methods

public Long getDate ()

public String getId ()

Gets the unique identifier of the document

public String getShareId ()

Gets the share id of the document (only relevant for WebViewer Server)

public String getUnreads ()

Gets list of unread annotation ids

public String toString ()