Class GovernanceActionProcessProperties
java.lang.Object
org.odpi.openmetadata.frameworks.governanceaction.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties
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 Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone Constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Returns the stored description property for the process.Returns the stored display name property for the process.intReturn the identifier of the governance domain that this action belongs to (0=ALL/ANY).Return the description of the processing performed by this process.Return the name of the language that the formula is implemented in.Set up the version identifier of the process.inthashCode()Return hash code for this objectvoidsetDescription(String description) Set up the stored description property for the process.voidsetDisplayName(String displayName) Set up the stored display name property for the process.voidsetDomainIdentifier(int domainIdentifier) Set up the identifier of the governance domain that this action belongs to (0=ALL/ANY).voidsetFormula(String formula) Set up the description of the processing performed by this process.voidsetFormulaType(String formulaType) Set up the name of the language that the formula is implemented in.voidsetVersionIdentifier(String versionIdentifier) Set up the version identifier of the process.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.frameworks.governanceaction.properties.ReferenceableProperties
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedName
-
Constructor Details
-
GovernanceActionProcessProperties
public GovernanceActionProcessProperties()Default constructor -
GovernanceActionProcessProperties
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
Returns the stored display name property for the process. If no display name is available then null is returned.- Returns:
- String name
-
setDisplayName
Set up the stored display name property for the process.- Parameters:
displayName- String name
-
getDescription
Returns the stored description property for the process. If no description is provided then null is returned.- Returns:
- String text
-
setDescription
Set up the stored description property for the process.- Parameters:
description- String text
-
getVersionIdentifier
Set up the version identifier of the process.- Returns:
- string version name
-
setVersionIdentifier
Set up the version identifier of the process.- Parameters:
versionIdentifier- string version name
-
getFormula
Return the description of the processing performed by this process.- Returns:
- string description
-
setFormula
Set up the description of the processing performed by this process.- Parameters:
formula- string description
-
getFormulaType
Return the name of the language that the formula is implemented in.- Returns:
- string name
-
setFormulaType
Set up the name of the language that the formula is implemented in.- Parameters:
formulaType- string name
-
toString
Standard toString method.- Overrides:
toStringin classReferenceableProperties- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classReferenceableProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classReferenceableProperties- Returns:
- int hash code
-