Class FirstGovernanceActionProcessStepElement
java.lang.Object
org.odpi.openmetadata.frameworks.governanceaction.properties.FirstGovernanceActionProcessStepElement
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 Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return details of the first governance action process stepgetGuard()
Return the triggering guard (or null for any guard).Return the unique identifier of the relationship.int
hashCode()
Return hash code for this objectvoid
Set up details of the first governance action process stepvoid
Set up the triggering guard (or null for any guard).void
setLinkGUID
(String linkGUID) Set up the unique identifier of the relationship.toString()
JSON-style toString
-
Constructor Details
-
FirstGovernanceActionProcessStepElement
public FirstGovernanceActionProcessStepElement()Default constructor -
FirstGovernanceActionProcessStepElement
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
Set up details of the first governance action process step- Parameters:
element
- governance action process step properties
-
getLinkGUID
Return the unique identifier of the relationship.- Returns:
- string guid
-
setLinkGUID
Set up the unique identifier of the relationship.- Parameters:
linkGUID
- string guid
-
getGuard
Return the triggering guard (or null for any guard).- Returns:
- string name
-
setGuard
Set up the triggering guard (or null for any guard).- Parameters:
guard
- string name
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-