public class AssetAnnotation extends AssetElementHeader
| Modifier and Type | Field and Description |
|---|---|
protected Annotation |
annotationBean |
parentAsset| Constructor and Description |
|---|
AssetAnnotation(Annotation annotationBean)
Bean constructor
|
AssetAnnotation(AssetDescriptor parentAsset,
Annotation annotationBean)
Bean constructor with parent asset
|
AssetAnnotation(AssetDescriptor parentAsset,
AssetAnnotation templateAnnotation)
Copy/clone Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
AdditionalProperties |
getAdditionalProperties()
Return the additional properties for the Annotation.
|
AdditionalProperties |
getAnalysisParameters()
Return the properties that hold the parameters used to drive the discovery service's analysis.
|
String |
getAnalysisStep()
Return a description of the analysis step that the discovery service was in when it created the annotation.
|
protected Annotation |
getAnnotationBean()
Return the bean containing all of the properties - used in the cloning process.
|
AnnotationStatus |
getAnnotationStatus()
Return the current status of the annotation.
|
String |
getAnnotationType()
Return the informal name for the type of annotation.
|
int |
getConfidenceLevel()
Return the confidence level of the discovery service that the annotation is correct.
|
Date |
getCreationDate()
Return the creation date for the annotation.
|
String |
getExplanation()
Return the explanation for the annotation.
|
String |
getExpression()
Return the expression that represent the relationship between the annotation and the asset.
|
String |
getJsonProperties()
Return the JSON properties associated with the annotation.
|
String |
getReportDescription()
Return the discovery analysis report description that this annotation is a part of.
|
String |
getReportName()
Return the name of the discovery analysis report that created this annotation.
|
String |
getReviewComment()
Return any comments made by the steward during the review.
|
Date |
getReviewDate()
Return the date that this annotation was reviewed.
|
String |
getSteward()
Return the name of the steward that reviewed the annotation.
|
String |
getSummary()
Return the summary description for the annotation.
|
getAssetClassifications, getElementHeaderBean, getGUID, getType, getURL, hashCode, toStringgetParentAsset, getParentAssetName, getParentAssetTypeNameprotected Annotation annotationBean
public AssetAnnotation(Annotation annotationBean)
annotationBean - bean containing all of the propertiespublic AssetAnnotation(AssetDescriptor parentAsset, Annotation annotationBean)
parentAsset - description of the asset that this annotation is attached to.annotationBean - bean containing all of the propertiespublic AssetAnnotation(AssetDescriptor parentAsset, AssetAnnotation templateAnnotation)
parentAsset - description of the asset that this annotation is attached to.templateAnnotation - template object to copy.protected Annotation getAnnotationBean()
public String getReportName()
public String getReportDescription()
public Date getCreationDate()
public AdditionalProperties getAnalysisParameters()
public String getAnnotationType()
public String getSummary()
public int getConfidenceLevel()
public String getExpression()
public String getExplanation()
public String getAnalysisStep()
public String getJsonProperties()
public AnnotationStatus getAnnotationStatus()
public Date getReviewDate()
public String getSteward()
public String getReviewComment()
public AdditionalProperties getAdditionalProperties()
public boolean equals(Object objectToCompare)
equals in class AssetElementHeaderobjectToCompare - supplied objectCopyright © 2018 ODPi. All rights reserved.