Class TechnologyTypeReport
java.lang.Object
org.odpi.openmetadata.viewservices.automatedcuration.properties.TechnologyTypeSummary
org.odpi.openmetadata.viewservices.automatedcuration.properties.TechnologyTypeReport
TechnologyTypeReport summarizes the reference data for a particular technology.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorTechnologyTypeReport(TechnologyTypeSummary template) Copy constructor -
Method Summary
Modifier and TypeMethodDescriptionReturn the list of templates for this technology type.List<org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ExternalReferenceElement>Return the list of external references that describe this technology type in detail.Return the list of resources available for working with this technology type.voidsetCatalogTemplates(List<CatalogTemplate> catalogTemplates) Set up the of templates for this technology type.voidsetExternalReferences(List<org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ExternalReferenceElement> externalReferences) Set up the list of external references that describe this technology type in detail.voidsetResourceList(List<ResourceDescription> resourceList) Set up the list of resources for working with this technology type.toString()JSON-style toStringMethods inherited from class org.odpi.openmetadata.viewservices.automatedcuration.properties.TechnologyTypeSummary
getCategory, getDescription, getName, getQualifiedName, getTechnologyTypeGUID, setCategory, setDescription, setName, setQualifiedName, setTechnologyTypeGUID
-
Constructor Details
-
TechnologyTypeReport
public TechnologyTypeReport()Default constructor -
TechnologyTypeReport
Copy constructor
-
-
Method Details
-
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
Set up the of templates for this technology type.- Parameters:
catalogTemplates- list
-
getResourceList
Return the list of resources available for working with this technology type.- Returns:
- list
-
setResourceList
Set up the list of resources for working with this technology type.- Parameters:
resourceList- list
-
getExternalReferences
public List<org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ExternalReferenceElement> getExternalReferences()Return the list of external references that describe this technology type in detail.- Returns:
- list
-
setExternalReferences
public void setExternalReferences(List<org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ExternalReferenceElement> externalReferences) Set up the list of external references that describe this technology type in detail.- Parameters:
externalReferences- list
-
toString
JSON-style toString- Overrides:
toStringin classTechnologyTypeSummary- Returns:
- return string containing the property names and values
-