Class MetadataReplyStateRelation


  • public class MetadataReplyStateRelation
    extends Object
    Changes the reply state of the selected annotation.
    • Constructor Detail

      • MetadataReplyStateRelation

        public MetadataReplyStateRelation()
    • Method Detail

      • getObjectID

        @Nullable
        public @Nullable String getObjectID()
        The object ID of the annotation. **Info:** A PDF object ID consists of two numbers, where the first number selects the object's number and the second the \"generation\" of the object. The object ID shall always be unique within the context of the document and can be used to select a specific object.
        Returns:
        objectID
      • setObjectID

        public void setObjectID​(String objectID)
      • getState

        @Nullable
        public @Nullable MetadataReplyStateRelation.StateEnum getState()
        The set reply state of a commented annotation. * accepted = The user agrees with the change. * rejected = The user disagrees with the change. * cancelled = The change has been cancelled. * completed = The change has been completed. * none = The user did not set a state.
        Returns:
        state
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object