java.lang.Object
org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTargetType

public class ActionTargetType extends Object
ActionTargetType characterises one of the types of open metadata element supported by a specific governance service. This enables the capability of a governance service to be correctly matched to the resources and elements that it works with.
  • Constructor Details

    • ActionTargetType

      public ActionTargetType()
      Default constructor
    • ActionTargetType

      public ActionTargetType(ActionTargetType template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getName

      public String getName()
      Return the string to use as the name of the action target.
      Returns:
      string name
    • setName

      public void setName(String name)
      Set up the string to use as the name of the action target.
      Parameters:
      name - string name
    • getDescription

      public String getDescription()
      Return the description of the action target.
      Returns:
      string
    • setDescription

      public void setDescription(String description)
      Set up the description of the action target.
      Parameters:
      description - string
    • getTypeName

      public String getTypeName()
      Return the type name (or super type name) of a permitted action target.
      Returns:
      name of an open metadata type
    • setTypeName

      public void setTypeName(String typeName)
      Set up the type name (or super type name) of a permitted action target.
      Parameters:
      typeName - name of an open metadata type
    • getDeployedImplementationType

      public String getDeployedImplementationType()
      Return a more specific definition of a permitted action target.
      Returns:
      deployed implementation type name
    • setDeployedImplementationType

      public void setDeployedImplementationType(String deployedImplementationType)
      Set up a more specific definition of a permitted action target.
      Parameters:
      deployedImplementationType - deployed implementation type name
    • getRequired

      public boolean getRequired()
      Return whether this action target type is required for this service to work successful.
      Returns:
      boolean flag
    • setRequired

      public void setRequired(boolean required)
      Set up whether this action target type is required for this service to work successful.
      Parameters:
      required - boolean flag
    • getOtherPropertyValues

      public Map<String,String> getOtherPropertyValues()
      Return a map of property name to property value to provide additional information for this governance service.
      Returns:
      map of string to string
    • setOtherPropertyValues

      public void setOtherPropertyValues(Map<String,String> otherPropertyValues)
      Set up a map of property name to property value to provide additional information for this governance service..
      Parameters:
      otherPropertyValues - map of string to string
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class Object
      Returns:
      return string containing the property names and values
    • equals

      public boolean equals(Object objectToCompare)
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class Object
      Returns:
      int hash code