Class SubjectAreaElement

  • All Implemented Interfaces:
    Serializable, MetadataElement

    public class SubjectAreaElement
    extends Object
    implements Serializable, MetadataElement
    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.
    See Also:
    Serialized Form
    • Constructor Detail

      • SubjectAreaElement

        public SubjectAreaElement()
        Default constructor
      • SubjectAreaElement

        public SubjectAreaElement​(SubjectAreaElement template)
        Copy/clone constructor
        Parameters:
        template - object to copy
    • Method Detail

      • setElementHeader

        public void setElementHeader​(ElementHeader elementHeader)
        Set up the element header associated with the properties.
        Specified by:
        setElementHeader in interface MetadataElement
        Parameters:
        elementHeader - element header object
      • getProperties

        public SubjectAreaProperties getProperties()
        Return the properties of the subject area.
        Returns:
        properties bean
      • setProperties

        public void setProperties​(SubjectAreaProperties properties)
        Set up the properties of the subject area.
        Parameters:
        properties - properties bean
      • getParentSubjectAreaGUID

        public String getParentSubjectAreaGUID()
        Return the unique identifier of the subject area that this zone inherits governance definitions from.
        Returns:
        string guid
      • setParentSubjectAreaGUID

        public void setParentSubjectAreaGUID​(String parentSubjectAreaGUID)
        Set up the unique identifier of the subject area that this zone inherits governance definitions from.
        Parameters:
        parentSubjectAreaGUID - string guid
      • getNestedSubjectAreaGUIDs

        public List<String> getNestedSubjectAreaGUIDs()
        Return the list of unique identifiers of the subject areas that inherit governance definitions from this zone.
        Returns:
        list of string guids
      • setNestedSubjectAreaGUIDs

        public void setNestedSubjectAreaGUIDs​(List<String> nestedSubjectAreaGUIDs)
        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

        public List<ElementStub> getAssociatedGovernanceDefinitions()
        Return the list of the governance definitions that control assets in this zone.
        Returns:
        list of definitions
      • setAssociatedGovernanceDefinitions

        public void setAssociatedGovernanceDefinitions​(List<ElementStub> associatedGovernanceDefinitions)
        Set up the list of the governance definitions that control assets in this zone.
        Parameters:
        associatedGovernanceDefinitions - list of definitions
      • toString

        public String toString()
        JSON-style toString
        Overrides:
        toString in class Object
        Returns:
        return string containing the property names and values
      • equals

        public boolean equals​(Object objectToCompare)
        Return comparison result based on the content of the properties.
        Overrides:
        equals in class Object
        Parameters:
        objectToCompare - test object
        Returns:
        result of comparison
      • hashCode

        public int hashCode()
        Return hash code for this object
        Overrides:
        hashCode in class Object
        Returns:
        int hash code