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

public class TechnologyTypeReport extends TechnologyTypeSummary
TechnologyTypeReport summarizes the reference data for a particular technology.
  • Constructor Details

    • TechnologyTypeReport

      public TechnologyTypeReport()
      Default constructor
    • TechnologyTypeReport

      public TechnologyTypeReport(TechnologyTypeSummary template)
      Copy constructor
  • Method Details

    • getCatalogTemplates

      public List<CatalogTemplate> getCatalogTemplates()
      Return the list of templates for this technology type. The templates are used to create catalog entities for an instance of the technology type.
      Returns:
      list
    • setCatalogTemplates

      public void setCatalogTemplates(List<CatalogTemplate> catalogTemplates)
      Set up the of templates for this technology type.
      Parameters:
      catalogTemplates - list
    • getResourceList

      public List<ResourceDescription> getResourceList()
      Return the list of resources available for working with this technology type.
      Returns:
      list
    • setResourceList

      public void setResourceList(List<ResourceDescription> resourceList)
      Set up the list of resources for working with this technology type.
      Parameters:
      resourceList - list
    • getExternalReferences

      public List<ExternalReferenceElement> getExternalReferences()
      Return the list of external references that describe this technology type in detail.
      Returns:
      list
    • setExternalReferences

      public void setExternalReferences(List<ExternalReferenceElement> externalReferences)
      Set up the list of external references that describe this technology type in detail.
      Parameters:
      externalReferences - list
    • toString

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