Class SubjectAreaDefinitionProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.EntityProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.governance.SubjectAreaDefinitionProperties
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
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.int
Return the identifier of the governance domain that this subject area is managed by.getScope()
Return the definition of the scope of this subject areaReturn the name of the subject area - this is added to the SubjectArea classification.getUsage()
Return details of the usage of this subject area.int
hashCode()
Return hash code for this objectvoid
setDomainIdentifier
(int domainIdentifier) Set up the identifier of the governance domain that this subject area is managed by.void
Set up the scope definitionvoid
setSubjectAreaName
(String subjectAreaName) Set up the name of the subject area - this is added to the SubjectArea classification.void
Set up the details of the usage of this subject area.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
getAdditionalProperties, getCategory, getDescription, getDisplayName, getQualifiedName, getVersionIdentifier, setAdditionalProperties, setCategory, setDescription, setDisplayName, setQualifiedName, setVersionIdentifier
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getExtendedProperties, getTypeName, setExtendedProperties, setTypeName
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.EntityProperties
getEffectiveFrom, getEffectiveTo, setEffectiveFrom, setEffectiveTo
-
Constructor Details
-
SubjectAreaDefinitionProperties
public SubjectAreaDefinitionProperties()Default constructor -
SubjectAreaDefinitionProperties
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
-
getUsage
Return details of the usage of this subject area.- Returns:
- text
-
setUsage
Set up the details of the usage of this subject area.- Parameters:
usage
- text
-
getScope
Return the definition of the scope of this subject area- Returns:
- scope definition
-
setScope
Set up the scope definition- Parameters:
scope
- string definition
-
getDomainIdentifier
public int getDomainIdentifier()Return the identifier of the governance domain that this subject area is managed by.- Returns:
- int identifier
-
setDomainIdentifier
public void setDomainIdentifier(int domainIdentifier) Set up the identifier of the governance domain that this subject area is managed by.- Parameters:
domainIdentifier
- int identifier
-
toString
JSON-style toString- Overrides:
toString
in classReferenceableProperties
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equals
in classReferenceableProperties
- Parameters:
objectToCompare
- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classReferenceableProperties
- Returns:
- int hash code
-