Class SoftwareServerPlatformProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.SupplementaryProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.assets.AssetProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.assets.infrastructure.ITInfrastructureProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.assets.infrastructure.SoftwareServerPlatformProperties
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 Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionConvert this object into an AssetProperties object.cloneToAsset(String subTypeName) Convert this object into an AssetProperties object.booleanCompare the values of the supplied object with those stored in the current object.Return the source (such as vendor or operator) of the platform.Return the user identity of the platform.Return the version of the platform.inthashCode()Return hash code based on properties.voidsetSoftwareServerPlatformSource(String platformSource) Set up the source (such as vendor or operator) of the platform.voidsetSoftwareServerPlatformUserId(String platformUserId) Set up the user identity of the platform.voidsetSoftwareServerPlatformVersion(String platformVersion) Set up the version of the platform.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.AssetProperties
getDeployedImplementationType, getDisplayDescription, getDisplayName, getName, getResourceDescription, getResourceName, getVersionIdentifier, setDeployedImplementationType, setName, setResourceDescription, setResourceName, setVersionIdentifierMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.SupplementaryProperties
getAbbreviation, getDisplaySummary, getUsage, setAbbreviation, setDisplayDescription, setDisplayName, setDisplaySummary, setUsageMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
getAdditionalProperties, getQualifiedName, getVendorProperties, setAdditionalProperties, setQualifiedName, setVendorPropertiesMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, getTypeName, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setTypeName
-
Constructor Details
-
SoftwareServerPlatformProperties
public SoftwareServerPlatformProperties()Default constructor -
SoftwareServerPlatformProperties
Copy/clone constructor- Parameters:
template- object to copy
-
SoftwareServerPlatformProperties
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
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
Convert this object into an AssetProperties object. This involves packing the properties introduced at this level into the extended properties.- Overrides:
cloneToAssetin classITInfrastructureProperties- Parameters:
subTypeName- subtype name- Returns:
- asset properties
-
getSoftwareServerPlatformVersion
Return the version of the platform.- Returns:
- version string
-
setSoftwareServerPlatformVersion
Set up the version of the platform.- Parameters:
platformVersion- version string
-
getSoftwareServerPlatformSource
Return the source (such as vendor or operator) of the platform.- Returns:
- string name
-
setSoftwareServerPlatformSource
Set up the source (such as vendor or operator) of the platform.- Parameters:
platformSource- string name
-
getSoftwareServerPlatformUserId
Return the user identity of the platform.- Returns:
- string user identity
-
setSoftwareServerPlatformUserId
Set up the user identity of the platform.- Parameters:
platformUserId- string user identity
-
toString
Standard toString method.- Overrides:
toStringin classITInfrastructureProperties- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classAssetProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCodein classAssetProperties- Returns:
- int
-