Class DivergentAttachmentAnnotation

    • Constructor Detail

      • DivergentAttachmentAnnotation

        public DivergentAttachmentAnnotation()
        Default constructor
      • DivergentAttachmentAnnotation

        public DivergentAttachmentAnnotation​(DivergentAttachmentAnnotation template)
        Copy/clone constructor.
        Parameters:
        template - object to copy
    • Method Detail

      • getAttachmentGUID

        public String getAttachmentGUID()
        Return the unique identifier for the attachment to the Asset that is diverging.
        Returns:
        string guid
      • setAttachmentGUID

        public void setAttachmentGUID​(String attachmentGUID)
        Set up the unique identifier for the attachment to the Asset that is diverging.
        Parameters:
        attachmentGUID - string guid
      • getDuplicateAttachmentGUID

        public String getDuplicateAttachmentGUID()
        Return the unique identifier for the attachment of the other Asset that is diverging.
        Returns:
        string guid
      • setDuplicateAttachmentGUID

        public void setDuplicateAttachmentGUID​(String duplicateAttachmentGUID)
        Set up the unique identifier for the attachment of the other Asset that is diverging.
        Parameters:
        duplicateAttachmentGUID - string guid
      • equals

        public boolean equals​(Object objectToCompare)
        Compare the values of the supplied object with those stored in the current object.
        Overrides:
        equals in class DivergentDuplicateAnnotation
        Parameters:
        objectToCompare - supplied object
        Returns:
        boolean result of comparison