Class SubjectAreaMemberProperties
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.properties.ClassificationProperties
org.odpi.openmetadata.accessservices.assetmanager.properties.SubjectAreaMemberProperties
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 Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.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.toString()JSON-style toStringMethods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.ClassificationProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties
-
Constructor Details
-
SubjectAreaMemberProperties
public SubjectAreaMemberProperties()Default constructor -
SubjectAreaMemberProperties
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:
toStringin classClassificationProperties- Returns:
- return string containing the property names and values
-
equals
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
-