Class ContextDefinition
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification
org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.ContextDefinition
- All Implemented Interfaces:
Serializable
,OmasObject
Identifies a glossary term that describes a context where processing or decisions occur.
- See Also:
-
Field Summary
Fields inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification
classificationName, serialVersionUID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the extra attributes - ones that are in addition to the standard types.Description for how the context is used.getScope()
Scope of influence of the context.void
setAdditionalProperties
(Map<String, String> additionalProperties) void
setDescription
(String description) void
Methods inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification
getClassificationName, getEffectiveFromTime, getEffectiveToTime, getSystemAttributes, setEffectiveFromTime, setEffectiveToTime, setSystemAttributes
-
Constructor Details
-
ContextDefinition
public ContextDefinition()Default constructor
-
-
Method Details
-
getDescription
Description for how the context is used.- Returns:
- {$$PropertyTypeJavadoc$$ }
-
setDescription
-
getScope
Scope of influence of the context.- Returns:
- {$$PropertyTypeJavadoc$$ }
-
setScope
-
getAdditionalProperties
Get the extra attributes - ones that are in addition to the standard types.- Overrides:
getAdditionalProperties
in classClassification
- Returns:
- extra attributes
-
setAdditionalProperties
- Overrides:
setAdditionalProperties
in classClassification
-