Class CanonicalVocabularyClassificationRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.assetmanager.rest.CanonicalVocabularyClassificationRequestBody
-
- All Implemented Interfaces:
Serializable
public class CanonicalVocabularyClassificationRequestBody extends Object implements 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CanonicalVocabularyClassificationRequestBody()Default constructorCanonicalVocabularyClassificationRequestBody(CanonicalVocabularyClassificationRequestBody template)Copy/clone constructor for a primary key.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.MetadataCorrelationPropertiesgetMetadataCorrelationProperties()Return the properties used to correlate the external metadata element with the open metadata element.StringgetScope()Return the scope that the terms in the glossary covers.inthashCode()Return has code based on properties.voidsetMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties)Set up the properties used to correlate the external metadata element with the open metadata element.voidsetScope(String scope)Set up the scope that the terms in the glossary covers.StringtoString()Standard toString method.
-
-
-
Constructor Detail
-
CanonicalVocabularyClassificationRequestBody
public CanonicalVocabularyClassificationRequestBody()
Default constructor
-
CanonicalVocabularyClassificationRequestBody
public CanonicalVocabularyClassificationRequestBody(CanonicalVocabularyClassificationRequestBody template)
Copy/clone constructor for a primary key.- Parameters:
template- template object to copy.
-
-
Method Detail
-
getMetadataCorrelationProperties
public MetadataCorrelationProperties 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
public String getScope()
Return the scope that the terms in the glossary covers.- Returns:
- string description
-
setScope
public void setScope(String scope)
Set up the scope that the terms in the glossary covers.- Parameters:
scope- string description
-
toString
public String toString()
Standard toString method.
-
equals
public boolean equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
-
-