public class DivergentClassificationAnnotation extends DivergentDuplicateAnnotation
| Modifier and Type | Field and Description |
|---|---|
protected String |
divergentClassificationName |
protected List<String> |
divergentClassificationPropertyNames |
duplicateAnchorGUIDadditionalProperties, analysisStep, annotationStatus, annotationType, confidenceLevel, explanation, expression, jsonProperties, numAttachedAnnotations, reviewComment, reviewDate, steward, summaryclassifications, extendedProperties, guid, type, url| Constructor and Description |
|---|
DivergentClassificationAnnotation()
Default constructor
|
DivergentClassificationAnnotation(DivergentClassificationAnnotation 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 |
getDivergentClassificationName()
Return the name of the classification that is diverging.
|
List<String> |
getDivergentClassificationPropertyNames()
Return the properties that are diverging.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setDivergentClassificationName(String divergentClassificationName)
Set up the name of the classification that is diverging.
|
void |
setDivergentClassificationPropertyNames(List<String> divergentClassificationPropertyNames)
Set up the properties that are 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 divergentClassificationName
public DivergentClassificationAnnotation()
public DivergentClassificationAnnotation(DivergentClassificationAnnotation template)
template - object to copypublic String getDivergentClassificationName()
public void setDivergentClassificationName(String divergentClassificationName)
divergentClassificationName - name of classificationpublic List<String> getDivergentClassificationPropertyNames()
public void setDivergentClassificationPropertyNames(List<String> divergentClassificationPropertyNames)
divergentClassificationPropertyNames - 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.