Class SubjectAreaClassificationProperties
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.governanceprogram.properties.ClassificationProperties
-
- org.odpi.openmetadata.accessservices.governanceprogram.properties.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 Summary
Constructors Constructor Description SubjectAreaClassificationProperties()Default constructorSubjectAreaClassificationProperties(SubjectAreaClassificationProperties template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Return comparison result based on the content of the properties.StringgetSubjectAreaName()Return the name of the subject area - this is added to the SubjectArea classification.inthashCode()Return hash code for this objectvoidsetSubjectAreaName(String subjectAreaName)Set up the name of the subject area - this is added to the SubjectArea classification.StringtoString()JSON-style toString-
Methods inherited from class org.odpi.openmetadata.accessservices.governanceprogram.properties.ClassificationProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties
-
-
-
-
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
-
toString
public String toString()
JSON-style toString- Overrides:
toStringin classClassificationProperties- 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:
equalsin classClassificationProperties- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()
Return hash code for this object- Overrides:
hashCodein classClassificationProperties- Returns:
- int hash code
-
-