Class SubjectAreaClassificationProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.governance.SubjectAreaClassificationProperties
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 Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the name of the subject area - this is added to the SubjectArea classification.int
hashCode()
Return hash code for this objectvoid
setSubjectAreaName
(String subjectAreaName) Set up the name of the subject area - this is added to the SubjectArea classification.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties
-
Constructor Details
-
SubjectAreaClassificationProperties
public SubjectAreaClassificationProperties()Default constructor -
SubjectAreaClassificationProperties
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getSubjectAreaName
Return the name of the subject area - this is added to the SubjectArea classification.- Returns:
- string name
-
setSubjectAreaName
Set up the name of the subject area - this is added to the SubjectArea classification.- Parameters:
subjectAreaName
- string name
-
toString
JSON-style toString- Overrides:
toString
in classClassificationProperties
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equals
in classClassificationProperties
- Parameters:
objectToCompare
- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classClassificationProperties
- Returns:
- int hash code
-