public class RelationshipAdviceAnnotation extends DataFieldAnnotation
additionalProperties, analysisStep, annotationStatus, annotationType, confidenceLevel, explanation, expression, jsonProperties, numAttachedAnnotations, reviewComment, reviewDate, steward, summaryclassifications, extendedProperties, guid, type, url| Constructor and Description |
|---|
RelationshipAdviceAnnotation()
Default constructor
|
RelationshipAdviceAnnotation(RelationshipAdviceAnnotation 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 |
getRelatedEntityGUID()
Return the unique identifier of the object to connect to.
|
Map<String,String> |
getRelationshipProperties()
Return the properties that should be stored in the relationship.
|
String |
getRelationshipTypeName()
Return the type of relationship to create.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setRelatedEntityGUID(String relatedEntityGUID)
Set up the unique identifier of the object to connect to.
|
void |
setRelationshipProperties(Map<String,String> relationshipProperties)
Set up the properties that should be stored in the relationship.
|
void |
setRelationshipTypeName(String relationshipTypeName)
Set up the type of relationship to create.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, 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, setURLpublic RelationshipAdviceAnnotation()
public RelationshipAdviceAnnotation(RelationshipAdviceAnnotation template)
template - object to copypublic String getRelatedEntityGUID()
public void setRelatedEntityGUID(String relatedEntityGUID)
relatedEntityGUID - string guidpublic String getRelationshipTypeName()
public void setRelationshipTypeName(String relationshipTypeName)
relationshipTypeName - type namepublic Map<String,String> getRelationshipProperties()
public void setRelationshipProperties(Map<String,String> relationshipProperties)
relationshipProperties - map of property names to property valuespublic String toString()
toString in class DataFieldAnnotationpublic boolean equals(Object objectToCompare)
equals in class AnnotationobjectToCompare - supplied objectpublic int hashCode()
hashCode in class AnnotationCopyright © 2018–2020 ODPi. All rights reserved.