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.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.void
setCatalogTemplates
(List<CatalogTemplate> catalogTemplates) Set up the of templates for this technology type.void
setExternalReferences
(List<ExternalReferenceElement> externalReferences) Set up the list of external references that describe this technology type in detail.void
setResourceList
(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
Return the list of external references that describe this technology type in detail.- Returns:
- list
-
setExternalReferences
Set up the list of external references that describe this technology type in detail.- Parameters:
externalReferences
- list
-
toString
JSON-style toString- Overrides:
toString
in classTechnologyTypeSummary
- Returns:
- return string containing the property names and values
-