java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipBeanProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.governance.governanceactions.GovernanceActionProcessFlowProperties

public class GovernanceActionProcessFlowProperties extends RelationshipBeanProperties
GovernanceActionProcessFlowProperties identifies the properties of a GovernanceActionProcessFlow relationship.
  • Constructor Details

    • GovernanceActionProcessFlowProperties

      public GovernanceActionProcessFlowProperties()
      Typical Constructor
    • GovernanceActionProcessFlowProperties

      public GovernanceActionProcessFlowProperties(GovernanceActionProcessFlowProperties template)
      Copy/clone Constructor the resulting object will return true if tested with this.equals(template) as long as the template object is not null;
      Parameters:
      template - object being copied
  • Method Details

    • getGuard

      public String getGuard()
      Return the guard of the relationship.
      Returns:
      string guard
    • setGuard

      public void setGuard(String guard)
      Set up the guard of the relationship.
      Parameters:
      guard - string name
    • getRequestParameters

      public Map<String,String> getRequestParameters()
      Return the parameters to pass onto the governance service.
      Returns:
      map of properties
    • setRequestParameters

      public void setRequestParameters(Map<String,String> requestParameters)
      Set up the parameters to pass onto the governance service.
      Parameters:
      requestParameters - map of properties
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class RelationshipBeanProperties
      Returns:
      print out of variables in a JSON-style
    • equals

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

      public int hashCode()
      Create a hash code for this element type.
      Overrides:
      hashCode in class RelationshipBeanProperties
      Returns:
      int hash code