Class PredefinedActionTarget
java.lang.Object
org.odpi.openmetadata.frameworks.governanceaction.properties.PredefinedActionTarget
PredefinedActionTarget identifies an element that a governance action should process.
-
Constructor Summary
ConstructorsConstructorDescriptionTypical ConstructorPredefinedActionTarget(PredefinedActionTarget template) Copy/clone Constructor the resulting object will return true if tested with this.equals(template) as long as the template object is not null; -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataElementStubReturn the details for this action target.Return the name assigned to this action target.inthashCode()Create a hash code for this element type.voidsetActionTargetElementStub(org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataElementStub actionTargetElementStub) Set up the details for this action target.voidsetActionTargetName(String actionTargetName) Set up the name assigned to this action target.toString()Standard toString method.
-
Constructor Details
-
PredefinedActionTarget
public PredefinedActionTarget()Typical Constructor -
PredefinedActionTarget
Copy/clone Constructor the resulting object will return true if tested with this.equals(template) as long as the template object is not null;- Parameters:
template- object being copied
-
-
Method Details
-
getActionTargetName
Return the name assigned to this action target. This name helps to guide the governance service in its processing of this action target.- Returns:
- string name
-
setActionTargetName
Set up the name assigned to this action target. This name helps to guide the governance service in its processing of this action target.- Parameters:
actionTargetName- string name
-
getActionTargetElementStub
public org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataElementStub getActionTargetElementStub()Return the details for this action target.- Returns:
- stub
-
setActionTargetElementStub
public void setActionTargetElementStub(org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataElementStub actionTargetElementStub) Set up the details for this action target.- Parameters:
actionTargetElementStub- stub
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Create a hash code for this element type.
-