public class SemanticAnnotation extends DataFieldAnnotation
CURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
SemanticAnnotation()
Default constructor
|
SemanticAnnotation(SemanticAnnotation 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.
|
List<String> |
getCandidateGlossaryCategoryGUIDs()
Return a list of unique identifiers of glossary categories that describe the topic of the data.
|
List<String> |
getCandidateGlossaryTermGUIDs()
Return a list of unique identifiers of glossary terms that describe the meaning of the data.
|
String |
getInformalTerm()
Return a string that describes the meaning of this data.
|
String |
getInformalTopic()
Return a string that describes the topic that this data is about.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setCandidateGlossaryCategoryGUIDs(List<String> candidateGlossaryCategoryGUIDs)
Set up a list of unique identifiers of glossary categories that describe the topic of the data.
|
void |
setCandidateGlossaryTermGUIDs(List<String> candidateGlossaryTermGUIDs)
Set up a list of unique identifiers of glossary terms that describe the meaning of the data.
|
void |
setInformalTerm(String informalTerm)
Set up a string that describes the meaning of this data.
|
void |
setInformalTopic(String informalTopic)
Set up a string that describes the topic that this data is about.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, 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 SemanticAnnotation()
public SemanticAnnotation(SemanticAnnotation template)
template - object to copypublic String getInformalTerm()
public void setInformalTerm(String informalTerm)
informalTerm - string namepublic String getInformalTopic()
public void setInformalTopic(String informalTopic)
informalTopic - string namepublic List<String> getCandidateGlossaryTermGUIDs()
public void setCandidateGlossaryTermGUIDs(List<String> candidateGlossaryTermGUIDs)
candidateGlossaryTermGUIDs - list of guidspublic List<String> getCandidateGlossaryCategoryGUIDs()
public void setCandidateGlossaryCategoryGUIDs(List<String> candidateGlossaryCategoryGUIDs)
candidateGlossaryCategoryGUIDs - list of guidspublic 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.