public final class

AnnotationStateChange

extends Object
java.lang.Object
   ↳ com.pspdfkit.annotations.note.AnnotationStateChange

Class Overview

A structure that represents any change of review status for a markup annotation.

Summary

Public Constructors
AnnotationStateChange(String author, AuthorState authorState, Date creationDate)
Creates the new annotation review state change.
Public Methods
boolean equals(Object o)
String getAuthor()
Gets the name of the author that performed the review change.
AuthorState getAuthorState()
Gets the author's review state that was set in this revision.
Date getCreationDate()
Gets the creation date of this status change.
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AnnotationStateChange (String author, AuthorState authorState, Date creationDate)

Creates the new annotation review state change.

Parameters
author Author that performed the change.
authorState The state to be set.
creationDate Creation date of the status change.

Public Methods

public boolean equals (Object o)

public String getAuthor ()

Gets the name of the author that performed the review change.

Returns
  • Tha name of the review change author.

public AuthorState getAuthorState ()

Gets the author's review state that was set in this revision.

Returns
  • The state that was changed.

public Date getCreationDate ()

Gets the creation date of this status change.

Returns
  • Creation date of the status change.

public int hashCode ()