Class NextGovernanceActionTypeElement
java.lang.Object
org.odpi.openmetadata.accessservices.governanceengine.metadataelements.NextGovernanceActionTypeElement
NextGovernanceActionTypeElement contains the properties and header for a governance action type entity plus the
properties of a NextGovernanceActionType relationship retrieved from the metadata repository.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.getGuard()Return the triggering guard (or null for any guard).booleanReturn if the guard must be returned from the previous action for any of the next actions to progress.Return the unique identifier of the relationship.Return details of the next governance action typeinthashCode()Return hash code for this objectvoidSet up the triggering guard (or null for any guard).voidsetMandatoryGuard(boolean mandatoryGuard) Set up if the guard must be returned from the previous action for any of the next actions to progress.voidsetNextActionLinkGUID(String nextActionLinkGUID) Set up the unique identifier of the relationship.voidsetNextActionType(GovernanceActionTypeElement nextActionType) Set up details of the next governance action typetoString()JSON-style toString
-
Constructor Details
-
NextGovernanceActionTypeElement
public NextGovernanceActionTypeElement()Default constructor -
NextGovernanceActionTypeElement
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getNextActionType
Return details of the next governance action type- Returns:
- governance action type properties
-
setNextActionType
Set up details of the next governance action type- Parameters:
nextActionType- governance action type properties
-
getNextActionLinkGUID
Return the unique identifier of the relationship.- Returns:
- string guid
-
setNextActionLinkGUID
Set up the unique identifier of the relationship.- Parameters:
nextActionLinkGUID- 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
-
getMandatoryGuard
public boolean getMandatoryGuard()Return if the guard must be returned from the previous action for any of the next actions to progress.- Returns:
- boolean flag
-
setMandatoryGuard
public void setMandatoryGuard(boolean mandatoryGuard) Set up if the guard must be returned from the previous action for any of the next actions to progress.- Parameters:
mandatoryGuard- boolean flag
-
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
-