java.lang.Object
org.odpi.openmetadata.viewservices.automatedcuration.properties.TechnologyTypeSummary
org.odpi.openmetadata.viewservices.automatedcuration.properties.TechnologyTypeHierarchy

public class TechnologyTypeHierarchy extends TechnologyTypeSummary
TechnologyTypeHierarchy allows the return of a technology type hierarchy
  • Constructor Details

    • TechnologyTypeHierarchy

      public TechnologyTypeHierarchy()
      Default constructor
    • TechnologyTypeHierarchy

      public TechnologyTypeHierarchy(TechnologyTypeSummary template)
      Copy constructor
      Parameters:
      template - super type
  • Method Details

    • getSubTypes

      public List<TechnologyTypeHierarchy> getSubTypes()
      Return details of the subtypes of this technology type.
      Returns:
      list of subtypes
    • setSubTypes

      public void setSubTypes(List<TechnologyTypeHierarchy> subTypes)
      Set up the details of the subtypes of this technology type.
      Parameters:
      subTypes - list of subtypes
    • toString

      public String toString()
      Generate a string containing the properties.
      Overrides:
      toString in class TechnologyTypeSummary
      Returns:
      string value