Package org.spdx.html
Class AnnotationContext
java.lang.Object
org.spdx.html.AnnotationContext
public class AnnotationContext extends Object
Context for an Annotation
- Author:
- Gary O'Neall
-
Constructor Summary
Constructors Constructor Description AnnotationContext(Annotation annotation) -
Method Summary
Modifier and Type Method Description StringgetAnnotator()StringgetComment()StringgetDate()StringgetType()voidsetAnnotator(String annotator)voidsetComment(String comment)voidsetDate(String date)voidsetType(String type)
-
Constructor Details
-
Method Details
-
getDate
- Returns:
- the date
-
setDate
- Parameters:
date- the date to set
-
getType
- Returns:
- the type
-
setType
- Parameters:
type- the type to set
-
getAnnotator
- Returns:
- the annotator
-
setAnnotator
- Parameters:
annotator- the annotator to set
-
getComment
- Returns:
- the comment
-
setComment
- Parameters:
comment- the comment to set
-