public class SubjectAreaProperties extends CollectionProperties
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

    • SubjectAreaProperties

      public SubjectAreaProperties()
      Default constructor
    • SubjectAreaProperties

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

    • getScope

      public String getScope()
      Return the organizational scope that this governance definition applies to.
      Returns:
      String
    • setScope

      public void setScope(String scope)
      Set up the organizational scope that this definition applies to.
      Parameters:
      scope - String
    • getUsage

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

      public void setUsage(String usage)
      Set up the details of the usage of this definition.
      Parameters:
      usage - text
    • getDomainIdentifier

      public int getDomainIdentifier()
      Return the identifier of the governance domain that this definition belongs to (0=all).
      Returns:
      int
    • setDomainIdentifier

      public void setDomainIdentifier(int domainIdentifier)
      Set up the identifier of the governance domain that this definition belongs to (0=all).
      Parameters:
      domainIdentifier - int
    • toString

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

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class AuthoredReferenceableProperties
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class AuthoredReferenceableProperties
      Returns:
      int