Class TechnologyTypeHierarchy
java.lang.Object
org.odpi.openmetadata.viewservices.automatedcuration.properties.TechnologyTypeSummary
org.odpi.openmetadata.viewservices.automatedcuration.properties.TechnologyTypeHierarchy
TechnologyTypeHierarchy allows the return of a technology type hierarchy
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorTechnologyTypeHierarchy
(TechnologyTypeSummary template) Copy constructor -
Method Summary
Modifier and TypeMethodDescriptionReturn details of the subtypes of this technology type.void
setSubTypes
(List<TechnologyTypeHierarchy> subTypes) Set up the details of the subtypes of this technology type.toString()
Generate a string containing the properties.Methods inherited from class org.odpi.openmetadata.viewservices.automatedcuration.properties.TechnologyTypeSummary
getCategory, getDescription, getName, getQualifiedName, getTechnologyTypeGUID, setCategory, setDescription, setName, setQualifiedName, setTechnologyTypeGUID
-
Constructor Details
-
TechnologyTypeHierarchy
public TechnologyTypeHierarchy()Default constructor -
TechnologyTypeHierarchy
Copy constructor- Parameters:
template
- super type
-
-
Method Details
-
getSubTypes
Return details of the subtypes of this technology type.- Returns:
- list of subtypes
-
setSubTypes
Set up the details of the subtypes of this technology type.- Parameters:
subTypes
- list of subtypes
-
toString
Generate a string containing the properties.- Overrides:
toString
in classTechnologyTypeSummary
- Returns:
- string value
-