Class GovernanceLevelIdentifierSetProperties
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.governanceprogram.properties.ReferenceableProperties
-
- org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceLevelIdentifierSetProperties
-
- All Implemented Interfaces:
Serializable
public class GovernanceLevelIdentifierSetProperties extends ReferenceableProperties
GovernanceLevelIdentifierSetProperties describes a collection of level identifiers for a specific governance classification.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GovernanceLevelIdentifierSetProperties()Default constructorGovernanceLevelIdentifierSetProperties(GovernanceLevelIdentifierSetProperties template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Return comparison result based on the content of the properties.StringgetClassificationName()Return the name of the classification that will use this set of level identifiers.StringgetDescription()Return the description for the governance domain setStringgetDisplayName()Return the short name for the governance domain set.intgetDomainIdentifier()Return the identifier of the governance domain that this definition belongs to (0=all).StringgetIdentifierPropertyName()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.StringtoString()JSON-style toString-
Methods inherited from class org.odpi.openmetadata.accessservices.governanceprogram.properties.ReferenceableProperties
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName
-
-
-
-
Constructor Detail
-
GovernanceLevelIdentifierSetProperties
public GovernanceLevelIdentifierSetProperties()
Default constructor
-
GovernanceLevelIdentifierSetProperties
public GovernanceLevelIdentifierSetProperties(GovernanceLevelIdentifierSetProperties template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
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
public String getClassificationName()
Return the name of the classification that will use this set of level identifiers.- Returns:
- string name
-
setClassificationName
public void setClassificationName(String classificationName)
Set up the name of the classification that will use this set of level identifiers.- Parameters:
classificationName- string name
-
getIdentifierPropertyName
public String getIdentifierPropertyName()
Return the name of the property in the classification where the level identifier will be set.- Returns:
- string name
-
setIdentifierPropertyName
public void setIdentifierPropertyName(String identifierPropertyName)
Set up the name of the property in the classification where the level identifier will be set.- Parameters:
identifierPropertyName- string name
-
getDisplayName
public String getDisplayName()
Return the short name for the governance domain set.- Returns:
- string name
-
setDisplayName
public void setDisplayName(String displayName)
Set up the short name for the governance domain set.- Parameters:
displayName- string name
-
getDescription
public String getDescription()
Return the description for the governance domain set- Returns:
- text
-
setDescription
public void setDescription(String description)
Set up the description of the governance domain set- Parameters:
description- text
-
toString
public String toString()
JSON-style toString- Overrides:
toStringin classReferenceableProperties- Returns:
- return string containing the property names and values
-
equals
public boolean equals(Object objectToCompare)
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
-
-