Class SoftwareServerCapability

    • Constructor Detail

      • SoftwareServerCapability

        public SoftwareServerCapability()
    • Method Detail

      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode 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
      • 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