Class SupportingDefinitionProperties

  • All Implemented Interfaces:
    Serializable

    public class SupportingDefinitionProperties
    extends RelationshipProperties
    SupportingDefinitionProperties provides a details of why a governance definition is supporting other governance definition.
    See Also:
    Serialized Form
    • Constructor Detail

      • SupportingDefinitionProperties

        public SupportingDefinitionProperties()
        Default constructor
      • SupportingDefinitionProperties

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

      • getRationale

        public String getRationale()
        Return the reason why the new definition supports the original definition.
        Returns:
        rationale
      • setRationale

        public void setRationale​(String rationale)
        Set up the reason why the new definition supports the original definition.
        Parameters:
        rationale - rationale
      • 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