public class DivergentAttachmentAnnotation extends DivergentDuplicateAnnotation
| Modifier and Type | Field and Description |
|---|---|
protected String |
attachmentGUID |
protected String |
duplicateAttachmentGUID |
duplicateAnchorGUIDadditionalProperties, analysisStep, annotationStatus, annotationType, confidenceLevel, explanation, expression, jsonProperties, numAttachedAnnotations, reviewComment, reviewDate, steward, summaryclassifications, extendedProperties, guid, type, url| Constructor and Description |
|---|
DivergentAttachmentAnnotation()
Default constructor
|
DivergentAttachmentAnnotation(DivergentAttachmentAnnotation template)
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.
|
String |
getAttachmentGUID()
Return the unique identifier for the attachment to the Asset that is diverging.
|
String |
getDuplicateAttachmentGUID()
Return the unique identifier for the attachment of the other Asset that is diverging.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setAttachmentGUID(String attachmentGUID)
Set up the unique identifier for the attachment to the Asset that is diverging.
|
void |
setDuplicateAttachmentGUID(String duplicateAttachmentGUID)
Set up the unique identifier for the attachment of the other Asset that is diverging.
|
String |
toString()
Standard toString method.
|
getDuplicateAnchorGUIDs, setDuplicateAnchorGUIDsgetAdditionalProperties, getAnalysisStep, getAnnotationStatus, getAnnotationType, getConfidenceLevel, getExplanation, getExpression, getJsonProperties, getNumAttachedAnnotations, getReviewComment, getReviewDate, getSteward, getSummary, setAdditionalProperties, setAnalysisStep, setAnnotationStatus, setAnnotationType, setAttachedAnnotations, setConfidenceLevel, setExplanation, setExpression, setJsonProperties, setReviewComment, setReviewDate, setSteward, setSummarygetClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLprotected String attachmentGUID
protected String duplicateAttachmentGUID
public DivergentAttachmentAnnotation()
public DivergentAttachmentAnnotation(DivergentAttachmentAnnotation template)
template - object to copypublic String getAttachmentGUID()
public void setAttachmentGUID(String attachmentGUID)
attachmentGUID - string guidpublic String getDuplicateAttachmentGUID()
public void setDuplicateAttachmentGUID(String duplicateAttachmentGUID)
duplicateAttachmentGUID - string guidpublic String toString()
toString in class DivergentDuplicateAnnotationpublic boolean equals(Object objectToCompare)
equals in class DivergentDuplicateAnnotationobjectToCompare - supplied objectpublic int hashCode()
hashCode in class DivergentDuplicateAnnotationCopyright © 2018–2020 ODPi. All rights reserved.