Class Engine
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.model.Engine
- All Implemented Interfaces:
Serializable
The type Engine.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the additional propertiesGets description.Gets engine type.Gets engine version.getName()Gets display name.Gets patch level.Gets qualified name.Gets source.inthashCode()voidsetAdditionalProperties(Map<String, String> additionalProperties) Sets the additional properties.voidsetDescription(String description) Sets description.voidsetEngineType(String engineType) Sets engine type.voidsetEngineVersion(String engineVersion) Sets engine version.voidSets display name.voidsetPatchLevel(String patchLevel) Sets patch level.voidsetQualifiedName(String qualifiedName) Sets qualified name.voidSets source.toString()
-
Constructor Details
-
Engine
public Engine()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
getQualifiedName
Gets qualified name.- Returns:
- the qualified name
-
getName
Gets display name.- Returns:
- the display name
-
getDescription
Gets description.- Returns:
- the description
-
getEngineType
Gets engine type.- Returns:
- the engine type
-
getEngineVersion
Gets engine version.- Returns:
- the engine version
-
getPatchLevel
Gets patch level.- Returns:
- the patch level
-
getSource
Gets source.- Returns:
- the source
-
getAdditionalProperties
Gets the additional properties- Returns:
- the additional properties
-
setQualifiedName
Sets qualified name.- Parameters:
qualifiedName- the qualified name
-
setName
Sets display name.- Parameters:
name- the display name
-
setDescription
Sets description.- Parameters:
description- the description
-
setEngineType
Sets engine type.- Parameters:
engineType- the engine type
-
setEngineVersion
Sets engine version.- Parameters:
engineVersion- the engine version
-
setPatchLevel
Sets patch level.- Parameters:
patchLevel- the patch level
-
setSource
Sets source.- Parameters:
source- the source
-
setAdditionalProperties
Sets the additional properties.- Parameters:
additionalProperties- the additional properties
-