Class FirstGovernanceActionProcessStepElement

java.lang.Object
org.odpi.openmetadata.frameworks.governanceaction.properties.FirstGovernanceActionProcessStepElement

public class FirstGovernanceActionProcessStepElement extends Object
FirstGovernanceActionProcessStepElement contains the properties and header for a governance action process step entity plus the properties of a NextGovernanceActionProcessStep relationship retrieved from the metadata repository.
  • Constructor Details

    • FirstGovernanceActionProcessStepElement

      public FirstGovernanceActionProcessStepElement()
      Default constructor
    • FirstGovernanceActionProcessStepElement

      public FirstGovernanceActionProcessStepElement(FirstGovernanceActionProcessStepElement template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getElement

      Return details of the first governance action process step
      Returns:
      governance action process step properties
    • setElement

      public void setElement(GovernanceActionProcessStepElement element)
      Set up details of the first governance action process step
      Parameters:
      element - governance action process step properties
    • getLinkGUID

      public String getLinkGUID()
      Return the unique identifier of the relationship.
      Returns:
      string guid
    • setLinkGUID

      public void setLinkGUID(String linkGUID)
      Set up the unique identifier of the relationship.
      Parameters:
      linkGUID - string guid
    • getGuard

      public String getGuard()
      Return the triggering guard (or null for any guard).
      Returns:
      string name
    • setGuard

      public void setGuard(String guard)
      Set up the triggering guard (or null for any guard).
      Parameters:
      guard - string name
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class Object
      Returns:
      return string containing the property names and values
    • equals

      public boolean equals(Object objectToCompare)
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class Object
      Returns:
      int hash code