Class SoftwareServerPlatformProperties

Direct Known Subclasses:
SoftwareServerPlatformRequestBody

public class SoftwareServerPlatformProperties extends ITInfrastructureProperties
SoftwareServerPlatformProperties is a representation of the properties for a software server platform. This is the process that is visible to the operating system or container.
  • Constructor Details

    • SoftwareServerPlatformProperties

      public SoftwareServerPlatformProperties()
      Default constructor
    • SoftwareServerPlatformProperties

      public SoftwareServerPlatformProperties(SoftwareServerPlatformProperties template)
      Copy/clone constructor
      Parameters:
      template - object to copy
    • SoftwareServerPlatformProperties

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

    • cloneToAsset

      public AssetProperties cloneToAsset()
      Convert this object into an AssetProperties object. This involves packing the additional properties introduced at this level into the extended properties.
      Returns:
      asset properties
    • cloneToAsset

      public AssetProperties cloneToAsset(String subTypeName)
      Convert this object into an AssetProperties object. This involves packing the properties introduced at this level into the extended properties.
      Overrides:
      cloneToAsset in class ITInfrastructureProperties
      Parameters:
      subTypeName - subtype name
      Returns:
      asset properties
    • getSoftwareServerPlatformVersion

      public String getSoftwareServerPlatformVersion()
      Return the version of the platform.
      Returns:
      version string
    • setSoftwareServerPlatformVersion

      public void setSoftwareServerPlatformVersion(String platformVersion)
      Set up the version of the platform.
      Parameters:
      platformVersion - version string
    • getSoftwareServerPlatformSource

      public String getSoftwareServerPlatformSource()
      Return the source (such as vendor or operator) of the platform.
      Returns:
      string name
    • setSoftwareServerPlatformSource

      public void setSoftwareServerPlatformSource(String platformSource)
      Set up the source (such as vendor or operator) of the platform.
      Parameters:
      platformSource - string name
    • getSoftwareServerPlatformUserId

      public String getSoftwareServerPlatformUserId()
      Return the user identity of the platform.
      Returns:
      string user identity
    • setSoftwareServerPlatformUserId

      public void setSoftwareServerPlatformUserId(String platformUserId)
      Set up the user identity of the platform.
      Parameters:
      platformUserId - string user identity
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class ITInfrastructureProperties
      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 ITInfrastructureProperties
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class ITInfrastructureProperties
      Returns:
      int