Class SoftwareCapabilitiesProperties
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.assetmanager.properties.SupplementaryProperties
org.odpi.openmetadata.accessservices.assetmanager.properties.SoftwareCapabilitiesProperties
- Direct Known Subclasses:
AssetManagerProperties
SoftwareCapabilitiesProperties describes a functional capability of a
software server.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Copy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the patch level of the discovery engine.Return the source of the discovery engine implementation.Return the technical description of the capability.Return the technical name for the capability.Return the description of the type of capability this is.Return the version of the discovery engine.int
hashCode()
Create a hash code for this element type.void
setPatchLevel
(String patchLevel) Set up the patch level of the discovery engine.void
Set up the source of the discovery engine implementation.void
setTechnicalDescription
(String description) Set up the technical description of the capability.void
setTechnicalName
(String technicalName) Set up the technical name for the capability.void
setTypeDescription
(String typeDescription) Set up the description of the type of capability this is.void
setVersion
(String version) Set up the version string of the discovery engine.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.SupplementaryProperties
getAbbreviation, getDescription, getDisplayName, getSummary, getUsage, setAbbreviation, setDescription, setDisplayName, setSummary, setUsage
Methods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.ReferenceableProperties
getAdditionalProperties, getEffectiveFrom, getEffectiveTo, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setQualifiedName, setTypeName, setVendorProperties
-
Constructor Details
-
SoftwareCapabilitiesProperties
public SoftwareCapabilitiesProperties()Default constructor. -
SoftwareCapabilitiesProperties
Copy/clone constructor.- Parameters:
template
- object to copy
-
-
Method Details
-
getTechnicalName
Return the technical name for the capability.- Returns:
- string name
-
setTechnicalName
Set up the technical name for the capability.- Parameters:
technicalName
- string name
-
getTechnicalDescription
Return the technical description of the capability.- Returns:
- string description
-
setTechnicalDescription
Set up the technical description of the capability.- Parameters:
description
- string
-
getTypeDescription
Return the description of the type of capability this is.- Returns:
- string description
-
setTypeDescription
Set up the description of the type of capability this is.- Parameters:
typeDescription
- string
-
getVersion
Return the version of the discovery engine.- Returns:
- version string
-
setVersion
Set up the version string of the discovery engine.- Parameters:
version
- string
-
getPatchLevel
Return the patch level of the discovery engine.- Returns:
- patch level string
-
setPatchLevel
Set up the patch level of the discovery engine.- Parameters:
patchLevel
- string
-
getSource
Return the source of the discovery engine implementation.- Returns:
- string url
-
setSource
Set up the source of the discovery engine implementation.- Parameters:
source
- string url
-
toString
Standard toString method.- Overrides:
toString
in classSupplementaryProperties
- 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 classSupplementaryProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Create a hash code for this element type.- Overrides:
hashCode
in classSupplementaryProperties
- Returns:
- int hash code
-