Class SubjectAreaClassificationProperties

  • All Implemented Interfaces:
    Serializable

    public class SubjectAreaClassificationProperties
    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.
    See Also:
    Serialized Form
    • Constructor Detail

      • SubjectAreaClassificationProperties

        public SubjectAreaClassificationProperties()
        Default constructor
      • SubjectAreaClassificationProperties

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

      • 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
      • 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