Package org.spdx.utility.compare
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 Summary
Modifier and Type Method Description ReferenceCategorygetCatA()ReferenceCategorygetCatB()StringgetCommentA()StringgetCommentB()StringgetReferenceLocator()ReferenceTypegetReferenceType()booleanisCommentsEqual()booleanisReferenceCategoriesEqual()
-
Method Details
-
isCommentsEqual
public boolean isCommentsEqual() -
isReferenceCategoriesEqual
public boolean isReferenceCategoriesEqual() -
getCommentA
- Returns:
- the commentA
-
getCommentB
- Returns:
- the commentB
-
getCatA
- Returns:
- the catA
-
getCatB
- Returns:
- the catB
-
getReferenceLocator
- Returns:
- the referenceLocator
-
getReferenceType
- Returns:
- the referenceType
-