java.lang.Object
org.odpi.openmetadata.frameworks.surveyaction.controls.AnalysisStepType

public class AnalysisStepType extends Object
AnalysisStepType describes an analysis step of a survey action service it is part of the metadata to help tools understand the operations of a service.
  • Constructor Details

    • AnalysisStepType

      public AnalysisStepType()
      Default constructor
    • AnalysisStepType

      public AnalysisStepType(AnalysisStepType 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 analysis step.
      Returns:
      string name
    • setName

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

      public String getDescription()
      Return the description of the analysis step.
      Returns:
      string
    • setDescription

      public void setDescription(String description)
      Set up the description of the analysis step.
      Parameters:
      description - string
    • 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