Class GovernanceActionProcessProperties

java.lang.Object
org.odpi.openmetadata.frameworks.governanceaction.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties

public class GovernanceActionProcessProperties extends ReferenceableProperties
GovernanceActionProcessProperties defines the properties of a governance action process. A governance action process is a series of steps and decisions. It is implemented as an automated process. Each step in the process calls a governance service running in a engine host.
  • Constructor Details

    • GovernanceActionProcessProperties

      public GovernanceActionProcessProperties()
      Default constructor
    • GovernanceActionProcessProperties

      public GovernanceActionProcessProperties(GovernanceActionProcessProperties template)
      Copy/clone Constructor
      Parameters:
      template - template object to copy.
  • Method Details

    • getDomainIdentifier

      public int getDomainIdentifier()
      Return the identifier of the governance domain that this action belongs to (0=ALL/ANY).
      Returns:
      int
    • setDomainIdentifier

      public void setDomainIdentifier(int domainIdentifier)
      Set up the identifier of the governance domain that this action belongs to (0=ALL/ANY).
      Parameters:
      domainIdentifier - int
    • getDisplayName

      public String getDisplayName()
      Returns the stored display name property for the process. If no display name is available then null is returned.
      Returns:
      String name
    • setDisplayName

      public void setDisplayName(String displayName)
      Set up the stored display name property for the process.
      Parameters:
      displayName - String name
    • getDescription

      public String getDescription()
      Returns the stored description property for the process. If no description is provided then null is returned.
      Returns:
      String text
    • setDescription

      public void setDescription(String description)
      Set up the stored description property for the process.
      Parameters:
      description - String text
    • getVersionIdentifier

      public String getVersionIdentifier()
      Set up the version identifier of the process.
      Returns:
      string version name
    • setVersionIdentifier

      public void setVersionIdentifier(String versionIdentifier)
      Set up the version identifier of the process.
      Parameters:
      versionIdentifier - string version name
    • getFormula

      public String getFormula()
      Return the description of the processing performed by this process.
      Returns:
      string description
    • setFormula

      public void setFormula(String formula)
      Set up the description of the processing performed by this process.
      Parameters:
      formula - string description
    • getFormulaType

      public String getFormulaType()
      Return the name of the language that the formula is implemented in.
      Returns:
      string name
    • setFormulaType

      public void setFormulaType(String formulaType)
      Set up the name of the language that the formula is implemented in.
      Parameters:
      formulaType - string name
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class ReferenceableProperties
      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 ReferenceableProperties
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

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