java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.model.Engine
All Implemented Interfaces:
Serializable

public class Engine extends Object implements Serializable
Engine is a java bean used to create the external data engine.
See Also:
  • Constructor Details

    • Engine

      public Engine()
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getQualifiedName

      public String getQualifiedName()
      Gets qualified name.
      Returns:
      the qualified name
    • getName

      public String getName()
      Gets display name.
      Returns:
      the display name
    • getDescription

      public String getDescription()
      Gets description.
      Returns:
      the description
    • getEngineType

      public String getEngineType()
      Gets engine type.
      Returns:
      the engine type
    • getEngineVersion

      public String getEngineVersion()
      Gets engine version.
      Returns:
      the engine version
    • getPatchLevel

      public String getPatchLevel()
      Gets patch level.
      Returns:
      the patch level
    • getSource

      public String getSource()
      Gets source.
      Returns:
      the source
    • getAdditionalProperties

      public Map<String,String> getAdditionalProperties()
      Gets the additional properties
      Returns:
      the additional properties
    • setQualifiedName

      public void setQualifiedName(String qualifiedName)
      Sets qualified name.
      Parameters:
      qualifiedName - the qualified name
    • setName

      public void setName(String name)
      Sets display name.
      Parameters:
      name - the display name
    • setDescription

      public void setDescription(String description)
      Sets description.
      Parameters:
      description - the description
    • setEngineType

      public void setEngineType(String engineType)
      Sets engine type.
      Parameters:
      engineType - the engine type
    • setEngineVersion

      public void setEngineVersion(String engineVersion)
      Sets engine version.
      Parameters:
      engineVersion - the engine version
    • setPatchLevel

      public void setPatchLevel(String patchLevel)
      Sets patch level.
      Parameters:
      patchLevel - the patch level
    • setSource

      public void setSource(String source)
      Sets source.
      Parameters:
      source - the source
    • setAdditionalProperties

      public void setAdditionalProperties(Map<String,String> additionalProperties)
      Sets the additional properties.
      Parameters:
      additionalProperties - the additional properties