Class SoftwareCapabilitiesProperties

Direct Known Subclasses:
AssetManagerProperties

public class SoftwareCapabilitiesProperties extends SupplementaryProperties
SoftwareCapabilitiesProperties describes a functional capability of a software server.
  • Constructor Details

    • SoftwareCapabilitiesProperties

      public SoftwareCapabilitiesProperties()
      Default constructor.
    • SoftwareCapabilitiesProperties

      public SoftwareCapabilitiesProperties(SoftwareCapabilitiesProperties template)
      Copy/clone constructor.
      Parameters:
      template - object to copy
  • Method Details

    • getTechnicalName

      public String getTechnicalName()
      Return the technical name for the capability.
      Returns:
      string name
    • setTechnicalName

      public void setTechnicalName(String technicalName)
      Set up the technical name for the capability.
      Parameters:
      technicalName - string name
    • getTechnicalDescription

      public String getTechnicalDescription()
      Return the technical description of the capability.
      Returns:
      string description
    • setTechnicalDescription

      public void setTechnicalDescription(String description)
      Set up the technical description of the capability.
      Parameters:
      description - string
    • getDeployedImplementationType

      public String getDeployedImplementationType()
      Return the description of the type of capability this is.
      Returns:
      string description
    • setDeployedImplementationType

      public void setDeployedImplementationType(String deployedImplementationType)
      Set up the description of the type of capability this is.
      Parameters:
      deployedImplementationType - string
    • getVersion

      public String getVersion()
      Return the version of the discovery engine.
      Returns:
      version string
    • setVersion

      public void setVersion(String version)
      Set up the version string of the discovery engine.
      Parameters:
      version - string
    • getPatchLevel

      public String getPatchLevel()
      Return the patch level of the discovery engine.
      Returns:
      patch level string
    • setPatchLevel

      public void setPatchLevel(String patchLevel)
      Set up the patch level of the discovery engine.
      Parameters:
      patchLevel - string
    • getSource

      public String getSource()
      Return the source of the discovery engine implementation.
      Returns:
      string url
    • setSource

      public void setSource(String source)
      Set up the source of the discovery engine implementation.
      Parameters:
      source - string url
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class SupplementaryProperties
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class SupplementaryProperties
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Create a hash code for this element type.
      Overrides:
      hashCode in class SupplementaryProperties
      Returns:
      int hash code