Class SubjectAreaDefinitionProperties


public class SubjectAreaDefinitionProperties extends ReferenceableProperties
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.
  • Constructor Details

    • SubjectAreaDefinitionProperties

      public SubjectAreaDefinitionProperties()
      Default constructor
    • SubjectAreaDefinitionProperties

      public SubjectAreaDefinitionProperties(SubjectAreaDefinitionProperties template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getSubjectAreaName

      public String getSubjectAreaName()
      Return the name of the subject area - this is added to the SubjectArea classification.
      Returns:
      string name
    • setSubjectAreaName

      public void setSubjectAreaName(String subjectAreaName)
      Set up the name of the subject area - this is added to the SubjectArea classification.
      Parameters:
      subjectAreaName - string name
    • getUsage

      public String getUsage()
      Return details of the usage of this subject area.
      Returns:
      text
    • setUsage

      public void setUsage(String usage)
      Set up the details of the usage of this subject area.
      Parameters:
      usage - text
    • getScope

      public String getScope()
      Return the definition of the scope of this subject area
      Returns:
      scope definition
    • setScope

      public void setScope(String scope)
      Set up the scope definition
      Parameters:
      scope - string definition
    • getDomainIdentifier

      public int getDomainIdentifier()
      Return the identifier of the governance domain that this subject area is managed by.
      Returns:
      int identifier
    • setDomainIdentifier

      public void setDomainIdentifier(int domainIdentifier)
      Set up the identifier of the governance domain that this subject area is managed by.
      Parameters:
      domainIdentifier - int identifier
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class ReferenceableProperties
      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 ReferenceableProperties
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

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