Class SpdxExternalRefDifference

java.lang.Object
org.spdx.utility.compare.SpdxExternalRefDifference

public class SpdxExternalRefDifference extends Object
Contains information on differences between two different External Refs.
Author:
Gary O'Neall
  • Method Details

    • isCommentsEqual

      public boolean isCommentsEqual()
    • isReferenceCategoriesEqual

      public boolean isReferenceCategoriesEqual()
    • getCommentA

      public String getCommentA()
      Returns:
      the commentA
    • getCommentB

      public String getCommentB()
      Returns:
      the commentB
    • getCatA

      public ReferenceCategory getCatA()
      Returns:
      the catA
    • getCatB

      public ReferenceCategory getCatB()
      Returns:
      the catB
    • getReferenceLocator

      public String getReferenceLocator()
      Returns:
      the referenceLocator
    • getReferenceType

      public ReferenceType getReferenceType()
      Returns:
      the referenceType