Class GovernanceStatusIdentifierSetElement

    • Constructor Detail

      • GovernanceStatusIdentifierSetElement

        public GovernanceStatusIdentifierSetElement()
        Default Constructor
      • GovernanceStatusIdentifierSetElement

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

      • 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
      • 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 has code based on properties.
        Overrides:
        hashCode in class Object
        Returns:
        int