public class

LastAnnotationEntity

extends Object
implements LastAnnotation
java.lang.Object
   ↳ com.pdftron.collab.db.entity.LastAnnotationEntity

Class Overview

Immutable model class for a last annotation, this table only contains a single entry with key "xfdf"

Summary

Public Constructors
LastAnnotationEntity(String id, String xfdf, Long date)
Public Methods
Long getDate()
String getId()
Gets the key which is "xfdf"
String getXfdf()
Gets the last annotation XFDF
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pdftron.collab.model.LastAnnotation

Public Constructors

public LastAnnotationEntity (String id, String xfdf, Long date)

Public Methods

public Long getDate ()

public String getId ()

Gets the key which is "xfdf"

public String getXfdf ()

Gets the last annotation XFDF