public class DivergentAttachmentAnnotation extends DivergentDuplicateAnnotation
CURRENT_AUDIT_HEADER_VERSION| 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.
|
getDuplicateAnchorGUID, setDuplicateAnchorGUIDgetAdditionalProperties, getAnalysisStep, getAnnotationStatus, getAnnotationType, getConfidenceLevel, getExplanation, getExpression, getJsonProperties, getNumAttachedAnnotations, getReviewComment, getReviewDate, getSteward, getSummary, setAdditionalProperties, setAnalysisStep, setAnnotationStatus, setAnnotationType, setConfidenceLevel, setExplanation, setExpression, setJsonProperties, setNumAttachedAnnotations, setReviewComment, setReviewDate, setSteward, setSummarygetElementHeader, getExtendedProperties, getHeaderVersion, getTypeName, setElementHeader, setExtendedProperties, setHeaderVersion, setTypeNamepublic 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.