Class GovernanceLevelIdentifierSetElement

    • Constructor Detail

      • GovernanceLevelIdentifierSetElement

        public GovernanceLevelIdentifierSetElement()
        Default Constructor
      • GovernanceLevelIdentifierSetElement

        public GovernanceLevelIdentifierSetElement​(GovernanceLevelIdentifierSetElement 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
      • setProperties

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

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

        public void setIdentifierElements​(List<GovernanceLevelIdentifierElement> 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