Class GovernanceDefinitionMetricProperties

  • All Implemented Interfaces:
    Serializable

    public class GovernanceDefinitionMetricProperties
    extends RelationshipProperties
    GovernanceDefinitionMetricProperties defines the properties that link a metric to a governance definition.
    See Also:
    Serialized Form
    • Constructor Detail

      • GovernanceDefinitionMetricProperties

        public GovernanceDefinitionMetricProperties()
        Default constructor
      • GovernanceDefinitionMetricProperties

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

      • getRationale

        public String getRationale()
        Return the rationale as to why this metric is a good measure of the activity associated with the governance definition.
        Returns:
        string description
      • setRationale

        public void setRationale​(String rationale)
        Set up the rationale as to why this metric is a good measure of the activity associated with the governance definition.
        Parameters:
        rationale - 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