Class SubjectAreaProperties
java.lang.Object
org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.digitalarchitecture.properties.SubjectAreaProperties
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorSubjectAreaProperties(SubjectAreaProperties template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Return the description for the governance zoneReturn the short name for the governance zone.intReturn 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.inthashCode()Return hash code for this objectvoidsetDescription(String description) Set up the description of the governance zonevoidsetDisplayName(String displayName) Set up the short name for the governance zone.voidsetDomainIdentifier(int domainIdentifier) Set up the identifier of the governance domain that this subject area is managed by.voidSet up the scope definitionvoidsetSubjectAreaName(String subjectAreaName) Set up the name of the subject area - this is added to the SubjectArea classification.voidSet up the details of the usage of this subject area.toString()JSON-style toStringMethods inherited from class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ReferenceableProperties
getAdditionalProperties, getEffectiveFrom, getEffectiveTo, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setQualifiedName, setTypeName
-
Constructor Details
-
SubjectAreaProperties
public SubjectAreaProperties()Default constructor -
SubjectAreaProperties
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
-
getDisplayName
Return the short name for the governance zone.- Returns:
- string name
-
setDisplayName
Set up the short name for the governance zone.- Parameters:
displayName- string name
-
getDescription
Return the description for the governance zone- Returns:
- text
-
setDescription
Set up the description of the governance zone- Parameters:
description- text
-
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:
toStringin classReferenceableProperties- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equalsin classReferenceableProperties- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classReferenceableProperties- Returns:
- int hash code
-