Class GovernanceStatusIdentifierSetProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceStatusIdentifierSetProperties
GovernanceStatusIdentifierSetProperties describes a collection of level identifiers for governance elements.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return 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.int
Return the identifier of the governance domain that this definition belongs to (0=all).int
hashCode()
Return hash code for this objectvoid
setDescription
(String description) Set up the description of the governance domain setvoid
setDisplayName
(String displayName) Set up the short name for the governance domain set.void
setDomainIdentifier
(int domainIdentifier) Set up the identifier of the governance domain that this definition belongs to (0=all).toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
getAdditionalProperties, getQualifiedName, getVendorProperties, setAdditionalProperties, setQualifiedName, setVendorProperties
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, getTypeName, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setTypeName
-
Constructor Details
-
GovernanceStatusIdentifierSetProperties
public GovernanceStatusIdentifierSetProperties()Default constructor -
GovernanceStatusIdentifierSetProperties
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
-
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:
toString
in classReferenceableProperties
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equals
in classReferenceableProperties
- Parameters:
objectToCompare
- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classReferenceableProperties
- Returns:
- int hash code
-