Class ContextDefinitionClassificationRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.assetmanager.rest.ContextDefinitionClassificationRequestBody
-
- All Implemented Interfaces:
Serializable
public class ContextDefinitionClassificationRequestBody extends Object implements Serializable
ContextDefinitionClassificationRequestBody is used to classify a glossary term to say it described a context.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContextDefinitionClassificationRequestBody()Default constructorContextDefinitionClassificationRequestBody(ContextDefinitionClassificationRequestBody 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.GlossaryTermContextDefinitiongetContextDefinition()Return the context definition for this term.MetadataCorrelationPropertiesgetMetadataCorrelationProperties()Return the properties used to correlate the external metadata element with the open metadata element.inthashCode()Return has code based on properties.voidsetContextDefinition(GlossaryTermContextDefinition contextDefinition)Set up the contextDefinition for this term.voidsetMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties)Set up the properties used to correlate the external metadata element with the open metadata element.StringtoString()Standard toString method.
-
-
-
Constructor Detail
-
ContextDefinitionClassificationRequestBody
public ContextDefinitionClassificationRequestBody()
Default constructor
-
ContextDefinitionClassificationRequestBody
public ContextDefinitionClassificationRequestBody(ContextDefinitionClassificationRequestBody 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
-
getContextDefinition
public GlossaryTermContextDefinition getContextDefinition()
Return the context definition for this term.- Returns:
- string description
-
setContextDefinition
public void setContextDefinition(GlossaryTermContextDefinition contextDefinition)
Set up the contextDefinition for this term.- Parameters:
contextDefinition- 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.
-
-