Class GovernanceLevelIdentifierProperties
java.lang.Object
org.odpi.openmetadata.accessservices.governanceprogram.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceLevelIdentifierProperties
- All Implemented Interfaces:
Serializable
GovernanceLevelIdentifierProperties describes a single level identifier for a specific governance classification.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Return the description for the governance domain setReturn the short name for the governance domain set.intReturn the identifier of the governance level.inthashCode()Return hash code for this objectvoidsetDescription(String description) Set up the description of the governance domain setvoidsetDisplayName(String displayName) Set up the short name for the governance domain set.voidsetLevelIdentifier(int levelIdentifier) Set up the identifier of the governance level.toString()JSON-style toStringMethods inherited from class org.odpi.openmetadata.accessservices.governanceprogram.properties.ReferenceableProperties
getAdditionalProperties, getEffectiveFrom, getEffectiveTo, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setQualifiedName, setTypeName
-
Constructor Details
-
GovernanceLevelIdentifierProperties
public GovernanceLevelIdentifierProperties()Default constructor -
GovernanceLevelIdentifierProperties
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getLevelIdentifier
public int getLevelIdentifier()Return the identifier of the governance level.- Returns:
- int
-
setLevelIdentifier
public void setLevelIdentifier(int levelIdentifier) Set up the identifier of the governance level.- Parameters:
levelIdentifier- int
-
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
-