Class GovernanceStatusIdentifierSetElement
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.metadataelements.GovernanceStatusIdentifierSetElement
- All Implemented Interfaces:
MetadataElement
GovernanceLevelIdentifierSetElement documents the level identifier values for a specific governance classification.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the element header associated with the properties.Return the list of governance level identifiers use with the requested classification.Return the properties of this governance definition.inthashCode()Return hash code based on properties.voidsetElementHeader(ElementHeader elementHeader) Set up the element header associated with the properties.voidsetIdentifierElements(List<GovernanceStatusIdentifierElement> identifierElements) Set up the list of governance level identifiers use with the requested classification.voidsetProperties(GovernanceStatusIdentifierSetProperties properties) Set up the properties of this governance definition.toString()JSON-style toString
-
Constructor Details
-
GovernanceStatusIdentifierSetElement
public GovernanceStatusIdentifierSetElement()Default Constructor -
GovernanceStatusIdentifierSetElement
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getElementHeader
Return the element header associated with the properties.- Specified by:
getElementHeaderin interfaceMetadataElement- Returns:
- element header object
-
setElementHeader
Set up the element header associated with the properties.- Specified by:
setElementHeaderin interfaceMetadataElement- Parameters:
elementHeader- element header object
-
getProperties
Return the properties of this governance definition.- Returns:
- properties bean
-
setProperties
Set up the properties of this governance definition.- Parameters:
properties- properties bean
-
getIdentifierElements
Return the list of governance level identifiers use with the requested classification.- Returns:
- list of governance identifiers.
-
setIdentifierElements
Set up the list of governance level identifiers use with the requested classification.- Parameters:
identifierElements- list of governance drivers.
-
toString
JSON-style toString -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-