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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.odpi.openmetadata.accessservices.assetowner.metadataelements.ExternalReferenceElement>Return the names of specific technology types.Return the full name of a more generic technology type.voidsetCatalogTemplates(List<CatalogTemplate> catalogTemplates) voidsetExternalReferences(List<org.odpi.openmetadata.accessservices.assetowner.metadataelements.ExternalReferenceElement> externalReferences) voidsetOpenMetadataType(String openMetadataType) voidsetResourceList(List<ResourceDescription> resourceList) voidsetTechnologySubtypes(List<String> technologySubtypes) Set up the names of specific technology types.voidsetTechnologySuperType(String technologySuperType) Set up the full name of a more generic 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
-
-
Method Details
-
getTechnologySuperType
Return the full name of a more generic technology type.- Returns:
- name
-
setTechnologySuperType
Set up the full name of a more generic technology type.- Parameters:
technologySuperType- name
-
getTechnologySubtypes
Return the names of specific technology types.- Returns:
- list of names
-
setTechnologySubtypes
Set up the names of specific technology types.- Parameters:
technologySubtypes- list of names
-
getOpenMetadataType
-
setOpenMetadataType
-
getCatalogTemplates
-
setCatalogTemplates
-
getResourceList
-
setResourceList
-
getExternalReferences
public List<org.odpi.openmetadata.accessservices.assetowner.metadataelements.ExternalReferenceElement> getExternalReferences() -
setExternalReferences
public void setExternalReferences(List<org.odpi.openmetadata.accessservices.assetowner.metadataelements.ExternalReferenceElement> externalReferences) -
toString
JSON-style toString- Overrides:
toStringin classTechnologyTypeSummary- Returns:
- return string containing the property names and values
-