java.lang.Object
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.SubjectAreaElement
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.SubjectAreaDefinition
All Implemented Interfaces:
Serializable, MetadataElement

public class SubjectAreaDefinition extends SubjectAreaElement
A subject area defines a group of definitions for governing assets related to a specific topic. The subject area definition defines how the assets related to the topic should be managed.
See Also:
  • Constructor Details

    • SubjectAreaDefinition

      public SubjectAreaDefinition()
      Default Constructor
    • SubjectAreaDefinition

      public SubjectAreaDefinition(SubjectAreaDefinition template)
      Copy/clone constructor
      Parameters:
      template - object to copy
    • SubjectAreaDefinition

      public SubjectAreaDefinition(SubjectAreaElement template)
      Copy/clone constructor for element
      Parameters:
      template - object to copy
  • Method Details

    • 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 SubjectAreaElement
      Returns:
      string containing the properties and their values
    • equals

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

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