Class GovernanceStatusIdentifierSetElement

java.lang.Object
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceStatusIdentifierSetElement
All Implemented Interfaces:
Serializable, MetadataElement

public class GovernanceStatusIdentifierSetElement extends Object implements Serializable, MetadataElement
GovernanceLevelIdentifierSetElement documents the level identifier values for a specific governance classification.
See Also:
  • Constructor Details

    • GovernanceStatusIdentifierSetElement

      public GovernanceStatusIdentifierSetElement()
      Default Constructor
    • GovernanceStatusIdentifierSetElement

      public GovernanceStatusIdentifierSetElement(GovernanceStatusIdentifierSetElement template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getElementHeader

      public ElementHeader getElementHeader()
      Return the element header associated with the properties.
      Specified by:
      getElementHeader in interface MetadataElement
      Returns:
      element header object
    • setElementHeader

      public void setElementHeader(ElementHeader elementHeader)
      Set up the element header associated with the properties.
      Specified by:
      setElementHeader in interface MetadataElement
      Parameters:
      elementHeader - element header object
    • getProperties

      Return the properties of this governance definition.
      Returns:
      properties bean
    • setProperties

      public void setProperties(GovernanceStatusIdentifierSetProperties properties)
      Set up the properties of this governance definition.
      Parameters:
      properties - properties bean
    • getIdentifierElements

      public List<GovernanceStatusIdentifierElement> getIdentifierElements()
      Return the list of governance level identifiers use with the requested classification.
      Returns:
      list of governance identifiers.
    • setIdentifierElements

      public void setIdentifierElements(List<GovernanceStatusIdentifierElement> identifierElements)
      Set up the list of governance level identifiers use with the requested classification.
      Parameters:
      identifierElements - list of governance drivers.
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class Object
      Returns:
      string containing the properties and their values
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class Object
      Returns:
      int