Class DivergentAttachmentValueAnnotation

    • Constructor Detail

      • DivergentAttachmentValueAnnotation

        public DivergentAttachmentValueAnnotation()
        Default constructor
      • DivergentAttachmentValueAnnotation

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

      • getDivergentPropertyNames

        public List<String> getDivergentPropertyNames()
        Return the properties of the Asset that are diverging from the duplicate.
        Returns:
        list of property names
      • setDivergentPropertyNames

        public void setDivergentPropertyNames​(List<String> divergentPropertyNames)
        Set up the unique identifier for the attachment to the Asset that is diverging.
        Parameters:
        divergentPropertyNames - list of property names
      • equals

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