Class NewActionTarget
java.lang.Object
org.odpi.openmetadata.frameworks.governanceaction.properties.NewActionTarget
- Direct Known Subclasses:
ActionTargetElement
NewActionTarget identifies an element that a governance action service should process.
-
Constructor Summary
ConstructorDescriptionTypical ConstructorNewActionTarget
(NewActionTarget 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 TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the unique identifier for this action target.Return the name assigned to this action target.int
hashCode()
Create a hash code for this element type.void
setActionTargetGUID
(String actionTargetGUID) Set up the unique identifier for this action target.void
setActionTargetName
(String actionTargetName) Set up the name assigned to this action target.toString()
Standard toString method.
-
Constructor Details
-
NewActionTarget
public NewActionTarget()Typical Constructor -
NewActionTarget
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
-
getActionTargetGUID
Return the unique identifier for this action target.- Returns:
- string identifier
-
setActionTargetGUID
Set up the unique identifier for this action target.- Parameters:
actionTargetGUID
- string identifier
-
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.
-