Class GovernanceResultsProperties

  • All Implemented Interfaces:
    Serializable

    public class GovernanceResultsProperties
    extends RelationshipProperties
    GovernanceResultsProperties defines the properties that link a metric to a data set that contains the measurements.
    See Also:
    Serialized Form
    • Constructor Detail

      • GovernanceResultsProperties

        public GovernanceResultsProperties()
        Default constructor
      • GovernanceResultsProperties

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

      • getQuery

        public String getQuery()
        Return the query that explains how the results are extracted from the data set.
        Returns:
        string description
      • setQuery

        public void setQuery​(String query)
        Set up the query that explains how the results are extracted from the data set.
        Parameters:
        query - string description
      • equals

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