Class TaxonomyClassificationRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.assetmanager.rest.TaxonomyClassificationRequestBody
-
- All Implemented Interfaces:
Serializable
public class TaxonomyClassificationRequestBody extends Object implements Serializable
TaxonomyClassificationRequestBody is used to classify a glossary that has the terms organized in a taxonomy. This means each term is attached to one, and only one category and the categories are organized as a hierarchy with a single root category. Taxonomies are used as a way of organizing assets and other related metadata. The terms in the taxonomy are linked to the assets etc and as such they are logically categorized by the linked category.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaxonomyClassificationRequestBody()Default constructorTaxonomyClassificationRequestBody(TaxonomyClassificationRequestBody 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.StringgetOrganizingPrinciple()Return the organizing principle used to create the taxonomy in the glossary.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.voidsetOrganizingPrinciple(String organizingPrinciple)Set up the organizing principle used to create the taxonomy in the glossary.StringtoString()Standard toString method.
-
-
-
Constructor Detail
-
TaxonomyClassificationRequestBody
public TaxonomyClassificationRequestBody()
Default constructor
-
TaxonomyClassificationRequestBody
public TaxonomyClassificationRequestBody(TaxonomyClassificationRequestBody 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
-
getOrganizingPrinciple
public String getOrganizingPrinciple()
Return the organizing principle used to create the taxonomy in the glossary.- Returns:
- string description
-
setOrganizingPrinciple
public void setOrganizingPrinciple(String organizingPrinciple)
Set up the organizing principle used to create the taxonomy in the glossary.- Parameters:
organizingPrinciple- 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.
-
-