Class CanonicalVocabularyClassificationRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.rest.CanonicalVocabularyClassificationRequestBody
- All Implemented Interfaces:
Serializable
CanonicalVocabularyClassificationRequestBody is used to classify a glossary that has no term definitions with
the same name. This means there is only one definition for each term. Typically the terms are also of a similar
level of granularity and are limited to a specific scope of use.
Canonical vocabularies are used to semantically classify assets in an unambiguous way.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor for a primary key. -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the properties used to correlate the external metadata element with the open metadata element.getScope()Return the scope that the terms in the glossary covers.inthashCode()Return hash code based on properties.voidsetMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties) Set up the properties used to correlate the external metadata element with the open metadata element.voidSet up the scope that the terms in the glossary covers.toString()Standard toString method.
-
Constructor Details
-
CanonicalVocabularyClassificationRequestBody
public CanonicalVocabularyClassificationRequestBody()Default constructor -
CanonicalVocabularyClassificationRequestBody
public CanonicalVocabularyClassificationRequestBody(CanonicalVocabularyClassificationRequestBody template) Copy/clone constructor for a primary key.- Parameters:
template- template object to copy.
-
-
Method Details
-
getMetadataCorrelationProperties
Return the properties used to correlate the external metadata element with the open metadata element.- Returns:
- properties object
-
setMetadataCorrelationProperties
public void setMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties) Set up the properties used to correlate the external metadata element with the open metadata element.- Parameters:
metadataCorrelationProperties- properties object
-
getScope
Return the scope that the terms in the glossary covers.- Returns:
- string description
-
setScope
Set up the scope that the terms in the glossary covers.- Parameters:
scope- string description
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-