Direct Known Subclasses:
APIManagerProperties, ApplicationProperties, AuthorizationManagerProperties, DataManagerProperties, DataProcessingEngineProperties, EngineProperties, EventBrokerProperties, EventManagerProperties, GovernanceEngineProperties, IntegrationGroupProperties, InventoryCatalogProperties, NetworkGatewayProperties, UserAuthenticationManagerProperties

public class SoftwareCapabilityProperties extends ReferenceableProperties
SoftwareCapabilityProperties describe the properties needed to describe a specific software server's capability.
  • Constructor Details

    • SoftwareCapabilityProperties

      public SoftwareCapabilityProperties()
      Default constructor.
    • SoftwareCapabilityProperties

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

    • getDeployedImplementationType

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

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

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

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

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

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

      public String toString()
      Standard toString method.
      Overrides:
      toString in class ReferenceableProperties
      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 ReferenceableProperties
      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 ReferenceableProperties
      Returns:
      int hash code