Class AnnotationStateChange

  • All Implemented Interfaces:

    
    public final class AnnotationStateChange
    
                        

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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      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.
      boolean equals(Object o)
      int hashCode()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnnotationStateChange

        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.