Package org.spdx.maven
Class Annotation
java.lang.Object
org.spdx.maven.Annotation
Simple class to hold an SPDX Annotation.
- Author:
- Gary O'Neall
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
logInfo()
void
setAnnotationComment
(String annotationComment) void
setAnnotationDate
(String annotationDate) void
setAnnotationType
(String annotationType) void
setAnnotator
(String annotator)
-
Constructor Details
-
Annotation
public Annotation()Create a default (empty) annotation
-
-
Method Details
-
getAnnotationType
- Returns:
- the annotationType
-
setAnnotationType
- Parameters:
annotationType
- the annotationType to set
-
getAnnotationDate
- Returns:
- the annotationDate
-
setAnnotationDate
- Parameters:
annotationDate
- the annotationDate to set
-
getAnnotator
- Returns:
- the annotator
-
setAnnotator
- Parameters:
annotator
- the annotator to set
-
getAnnotationComment
- Returns:
- the annotationComment
-
setAnnotationComment
- Parameters:
annotationComment
- the annotationComment to set
-
logInfo
public void logInfo()
-