Class SubjectAreaMemberProperties

java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.properties.ClassificationProperties
org.odpi.openmetadata.accessservices.assetmanager.properties.SubjectAreaMemberProperties

public class SubjectAreaMemberProperties extends ClassificationProperties
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. This classification associates an element as one of the materials used to implement the subject area.
  • Constructor Details

    • SubjectAreaMemberProperties

      public SubjectAreaMemberProperties()
      Default constructor
    • SubjectAreaMemberProperties

      public SubjectAreaMemberProperties(SubjectAreaMemberProperties 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
    • toString

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

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