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 TypeMethodDescriptionboolean
Compare 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.int
hashCode()
Return hash code based on properties.void
setElementHeader
(ElementHeader elementHeader) Set up the element header associated with the properties.void
setIdentifierElements
(List<GovernanceLevelIdentifierElement> identifierElements) Set up the list of governance level identifiers use with the requested classification.void
setProperties
(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
Return the element header associated with the properties.- Specified by:
getElementHeader
in interfaceMetadataElement
- Returns:
- element header object
-
setElementHeader
Set up the element header associated with the properties.- Specified by:
setElementHeader
in 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.
-