public class DivergentAttachmentRelationshipAnnotation extends DivergentAttachmentAnnotation
| Modifier and Type | Field and Description |
|---|---|
protected String |
divergentRelationshipGUID |
protected List<String> |
divergentRelationshipPropertyNames |
attachmentGUID, duplicateAttachmentGUIDduplicateAnchorGUIDadditionalProperties, analysisStep, annotationStatus, annotationType, confidenceLevel, explanation, expression, jsonProperties, numAttachedAnnotations, reviewComment, reviewDate, steward, summaryclassifications, extendedProperties, guid, type, url| Constructor and Description |
|---|
DivergentAttachmentRelationshipAnnotation()
Default constructor
|
DivergentAttachmentRelationshipAnnotation(DivergentAttachmentRelationshipAnnotation 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 |
getDivergentRelationshipGUID()
Return the unique identifier of the relationship that is diverging.
|
List<String> |
getDivergentRelationshipPropertyNames()
Return the properties that are diverging.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setDivergentRelationshipGUID(String divergentRelationshipGUID)
Set up the unique identifier of the relationship that is diverging.
|
void |
setDivergentRelationshipPropertyNames(List<String> divergentRelationshipPropertyNames)
Set up the properties that are diverging.
|
String |
toString()
Standard toString method.
|
getAttachmentGUID, getDuplicateAttachmentGUID, setAttachmentGUID, setDuplicateAttachmentGUIDgetDuplicateAnchorGUIDs, 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 divergentRelationshipGUID
public DivergentAttachmentRelationshipAnnotation()
public DivergentAttachmentRelationshipAnnotation(DivergentAttachmentRelationshipAnnotation template)
template - object to copypublic String getDivergentRelationshipGUID()
public void setDivergentRelationshipGUID(String divergentRelationshipGUID)
divergentRelationshipGUID - string guidpublic List<String> getDivergentRelationshipPropertyNames()
public void setDivergentRelationshipPropertyNames(List<String> divergentRelationshipPropertyNames)
divergentRelationshipPropertyNames - list of property namespublic String toString()
toString in class DivergentAttachmentAnnotationpublic boolean equals(Object objectToCompare)
equals in class DivergentAttachmentAnnotationobjectToCompare - supplied objectpublic int hashCode()
hashCode in class DivergentAttachmentAnnotationCopyright © 2018–2020 ODPi. All rights reserved.