Class SoftwareServerProperties
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.SoftwareServerProperties
- Direct Known Subclasses:
SoftwareServerRequestBody
SoftwareServerProperties is a representation of the properties for a software server.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.SupplementaryProperties
displayDescription, displayName
-
Constructor Summary
ConstructorDescriptionDefault constructorSoftwareServerProperties
(AssetProperties template) Copy/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.boolean
Compare the values of the supplied object with those stored in the current object.Return the source (such as vendor or operator) of the server.Return the user identity of the server.Return the version of the server.int
hashCode()
Return hash code based on properties.void
setSoftwareServerSource
(String softwareServerSource) Set up the source (such as vendor or operator) of the server.void
setSoftwareServerUserId
(String softwareServerUserId) Set up the user identity of the server.void
setSoftwareServerVersion
(String softwareServerVersion) Set up the version of the server.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, setVersionIdentifier
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.SupplementaryProperties
getAbbreviation, getDisplaySummary, getUsage, setAbbreviation, setDisplayDescription, setDisplayName, setDisplaySummary, setUsage
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
getAdditionalProperties, getQualifiedName, getVendorProperties, setAdditionalProperties, setQualifiedName, setVendorProperties
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, getTypeName, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setTypeName
-
Constructor Details
-
SoftwareServerProperties
public SoftwareServerProperties()Default constructor -
SoftwareServerProperties
Copy/clone constructor- Parameters:
template
- object to copy
-
SoftwareServerProperties
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:
cloneToAsset
in classITInfrastructureProperties
- Parameters:
subTypeName
- subtype name- Returns:
- asset properties
-
getSoftwareServerVersion
Return the version of the server.- Returns:
- version string
-
setSoftwareServerVersion
Set up the version of the server.- Parameters:
softwareServerVersion
- version string
-
getSoftwareServerSource
Return the source (such as vendor or operator) of the server.- Returns:
- string name
-
setSoftwareServerSource
Set up the source (such as vendor or operator) of the server.- Parameters:
softwareServerSource
- string name
-
getSoftwareServerUserId
Return the user identity of the server.- Returns:
- string user identity
-
setSoftwareServerUserId
Set up the user identity of the server.- Parameters:
softwareServerUserId
- string user identity
-
toString
Standard toString method.- Overrides:
toString
in 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:
equals
in classAssetProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCode
in classAssetProperties
- Returns:
- int
-