Class GovernanceLevelIdentifierSetProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceLevelIdentifierSetProperties
GovernanceLevelIdentifierSetProperties describes a collection of level identifiers for a specific governance classification.
-
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 classification that will use this set of level identifiers.Return the description for the governance domain setReturn the short name for the governance domain set.intReturn the identifier of the governance domain that this definition belongs to (0=all).Return the name of the property in the classification where the level identifier will be set.inthashCode()Return hash code for this objectvoidsetClassificationName(String classificationName) Set up the name of the classification that will use this set of level identifiers.voidsetDescription(String description) Set up the description of the governance domain setvoidsetDisplayName(String displayName) Set up the short name for the governance domain set.voidsetDomainIdentifier(int domainIdentifier) Set up the identifier of the governance domain that this definition belongs to (0=all).voidsetIdentifierPropertyName(String identifierPropertyName) Set up the name of the property in the classification where the level identifier will be set.toString()JSON-style toStringMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
getAdditionalProperties, getQualifiedName, getVendorProperties, setAdditionalProperties, setQualifiedName, setVendorPropertiesMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, getTypeName, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setTypeName
-
Constructor Details
-
GovernanceLevelIdentifierSetProperties
public GovernanceLevelIdentifierSetProperties()Default constructor -
GovernanceLevelIdentifierSetProperties
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
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
-
getClassificationName
Return the name of the classification that will use this set of level identifiers.- Returns:
- string name
-
setClassificationName
Set up the name of the classification that will use this set of level identifiers.- Parameters:
classificationName- string name
-
getIdentifierPropertyName
Return the name of the property in the classification where the level identifier will be set.- Returns:
- string name
-
setIdentifierPropertyName
Set up the name of the property in the classification where the level identifier will be set.- Parameters:
identifierPropertyName- string name
-
getDisplayName
Return the short name for the governance domain set.- Returns:
- string name
-
setDisplayName
Set up the short name for the governance domain set.- Parameters:
displayName- string name
-
getDescription
Return the description for the governance domain set- Returns:
- text
-
setDescription
Set up the description of the governance domain set- Parameters:
description- text
-
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
-