Class SubjectAreaElement
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.metadataelements.SubjectAreaElement
- All Implemented Interfaces:
MetadataElement
- Direct Known Subclasses:
SubjectAreaDefinition
SubjectAreaElement is the bean used to return a subject area definition stored in the open metadata repositories.
It includes links to related subject areas and the governance definitions associated with the subject areas.
More information about the governance definitions can be retrieved through the Governance Program OMAS.
-
Constructor Summary
ConstructorDescriptionDefault constructorSubjectAreaElement
(SubjectAreaElement template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the list of the governance definitions that control assets in this zone.Return the element header associated with the properties.Return the list of unique identifiers of the subject areas that inherit governance definitions from this zone.Return the unique identifier of the subject area that this zone inherits governance definitions from.Return the properties of the subject area.int
hashCode()
Return hash code for this objectvoid
setAssociatedGovernanceDefinitions
(List<ElementStub> associatedGovernanceDefinitions) Set up the list of the governance definitions that control assets in this zone.void
setElementHeader
(ElementHeader elementHeader) Set up the element header associated with the properties.void
setNestedSubjectAreaGUIDs
(List<String> nestedSubjectAreaGUIDs) Set up the list of unique identifiers of the subject areas that inherit governance definitions from this zone.void
setParentSubjectAreaGUID
(String parentSubjectAreaGUID) Set up the unique identifier of the subject area that this zone inherits governance definitions from.void
setProperties
(SubjectAreaProperties properties) Set up the properties of the subject area.toString()
JSON-style toString
-
Constructor Details
-
SubjectAreaElement
public SubjectAreaElement()Default constructor -
SubjectAreaElement
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getElementHeader
Return the element header associated with the properties.- Specified by:
getElementHeader
in interfaceMetadataElement
- Returns:
- element header object
-
setElementHeader
Set up the element header associated with the properties.- Specified by:
setElementHeader
in interfaceMetadataElement
- Parameters:
elementHeader
- element header object
-
getProperties
Return the properties of the subject area.- Returns:
- properties bean
-
setProperties
Set up the properties of the subject area.- Parameters:
properties
- properties bean
-
getParentSubjectAreaGUID
Return the unique identifier of the subject area that this zone inherits governance definitions from.- Returns:
- string guid
-
setParentSubjectAreaGUID
Set up the unique identifier of the subject area that this zone inherits governance definitions from.- Parameters:
parentSubjectAreaGUID
- string guid
-
getNestedSubjectAreaGUIDs
Return the list of unique identifiers of the subject areas that inherit governance definitions from this zone.- Returns:
- list of string guids
-
setNestedSubjectAreaGUIDs
Set up the list of unique identifiers of the subject areas that inherit governance definitions from this zone.- Parameters:
nestedSubjectAreaGUIDs
- list of string guids
-
getAssociatedGovernanceDefinitions
Return the list of the governance definitions that control assets in this zone.- Returns:
- list of definitions
-
setAssociatedGovernanceDefinitions
Set up the list of the governance definitions that control assets in this zone.- Parameters:
associatedGovernanceDefinitions
- list of definitions
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-