Class SubjectAreaProperties
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.AuthoredReferenceableProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.collections.CollectionProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.governance.SubjectAreaProperties
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.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
typeName -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorSubjectAreaProperties(SubjectAreaProperties template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.intReturn the identifier of the governance domain that this definition belongs to (0=all).getScope()Return the organizational scope that this governance definition applies to.getUsage()Return details of the usage of this definition.inthashCode()Return hash code based on properties.voidsetDomainIdentifier(int domainIdentifier) Set up the identifier of the governance domain that this definition belongs to (0=all).voidSet up the organizational scope that this definition applies to.voidSet up the details of the usage of this definition.toString()JSON-style toStringMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.AuthoredReferenceableProperties
getAuthors, getContentStatus, getUserDefinedContentStatus, setAuthors, setContentStatus, setUserDefinedContentStatusMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
getAdditionalProperties, getCategory, getDescription, getDisplayName, getIdentifier, getQualifiedName, getURL, getVersionIdentifier, setAdditionalProperties, setCategory, setDescription, setDisplayName, setIdentifier, setQualifiedName, setURL, setVersionIdentifierMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getExtendedProperties, getTypeName, setExtendedProperties, setTypeNameMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.EntityProperties
getEffectiveFrom, getEffectiveTo, setEffectiveFrom, setEffectiveTo
-
Constructor Details
-
SubjectAreaProperties
public SubjectAreaProperties()Default constructor -
SubjectAreaProperties
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getScope
Return the organizational scope that this governance definition applies to.- Returns:
- String
-
setScope
Set up the organizational scope that this definition applies to.- Parameters:
scope- String
-
getUsage
Return details of the usage of this definition.- Returns:
- text
-
setUsage
Set up the details of the usage of this definition.- Parameters:
usage- text
-
getDomainIdentifier
public int getDomainIdentifier()Return the identifier of the governance domain that this definition belongs to (0=all).- Returns:
- int
-
setDomainIdentifier
public void setDomainIdentifier(int domainIdentifier) Set up the identifier of the governance domain that this definition belongs to (0=all).- Parameters:
domainIdentifier- int
-
toString
JSON-style toString- Overrides:
toStringin classCollectionProperties- Returns:
- return string containing the property names and values
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classAuthoredReferenceableProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCodein classAuthoredReferenceableProperties- Returns:
- int
-