public class DivergentRelationshipAnnotation extends DivergentDuplicateAnnotation
CURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
DivergentRelationshipAnnotation()
Default constructor
|
DivergentRelationshipAnnotation(DivergentRelationshipAnnotation 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.
|
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 DivergentRelationshipAnnotation()
public DivergentRelationshipAnnotation(DivergentRelationshipAnnotation 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 DivergentDuplicateAnnotationpublic boolean equals(Object objectToCompare)
equals in class DivergentDuplicateAnnotationobjectToCompare - supplied objectpublic int hashCode()
hashCode in class DivergentDuplicateAnnotationCopyright © 2018–2020 ODPi. All rights reserved.