Class GovernanceLevelIdentifierSetElement
java.lang.Object
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceLevelIdentifierSetElement
- All Implemented Interfaces:
Serializable,MetadataElement
public class GovernanceLevelIdentifierSetElement
extends Object
implements Serializable, MetadataElement
GovernanceLevelIdentifierSetElement documents the level identifier values for a specific governance classification.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeaderReturn 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(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader elementHeader) Set up the element header associated with the properties.voidsetIdentifierElements(List<GovernanceLevelIdentifierElement> identifierElements) Set up the list of governance level identifiers use with the requested classification.voidsetProperties(GovernanceLevelIdentifierSetProperties properties) Set up the properties of this governance definition.toString()JSON-style toString
-
Constructor Details
-
GovernanceLevelIdentifierSetElement
public GovernanceLevelIdentifierSetElement()Default Constructor -
GovernanceLevelIdentifierSetElement
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getElementHeader
public org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader getElementHeader()Return the element header associated with the properties.- Specified by:
getElementHeaderin interfaceMetadataElement- Returns:
- element header object
-
setElementHeader
public void setElementHeader(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader elementHeader) 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.
-