Class SoftwareServerCapabilitiesProperties
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.assetmanager.properties.ReferenceableProperties
-
- org.odpi.openmetadata.accessservices.assetmanager.properties.SupplementaryProperties
-
- org.odpi.openmetadata.accessservices.assetmanager.properties.SoftwareServerCapabilitiesProperties
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AssetManagerProperties
public class SoftwareServerCapabilitiesProperties extends SupplementaryProperties
SoftwareServerCapabilitiesProperties describes a functional capability of a software server.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SoftwareServerCapabilitiesProperties()Default constructor.SoftwareServerCapabilitiesProperties(SoftwareServerCapabilitiesProperties template)Copy/clone constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.StringgetPatchLevel()Return the patch level of the discovery engine.StringgetSource()Return the source of the discovery engine implementation.StringgetTechnicalDescription()Return the technical description of the capability.StringgetTechnicalName()Return the technical name for the capability.StringgetTypeDescription()Return the description of the type of capability this is.StringgetVersion()Return the version of the discovery engine.inthashCode()Create a hash code for this element type.voidsetDescription(String description)Set up the technical description of the capability.voidsetPatchLevel(String patchLevel)Set up the patch level of the discovery engine.voidsetSource(String source)Set up the source of the discovery engine implementation.voidsetTechnicalName(String technicalName)Set up the technical name for the capability.voidsetTypeDescription(String typeDescription)Set up the description of the type of capability this is.voidsetVersion(String version)Set up the version string of the discovery engine.StringtoString()Standard toString method.-
Methods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.SupplementaryProperties
getAbbreviation, getDescription, getDisplayName, getSummary, getUsage, setAbbreviation, setDisplayName, setSummary, setUsage
-
Methods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.ReferenceableProperties
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorProperties
-
-
-
-
Constructor Detail
-
SoftwareServerCapabilitiesProperties
public SoftwareServerCapabilitiesProperties()
Default constructor.
-
SoftwareServerCapabilitiesProperties
public SoftwareServerCapabilitiesProperties(SoftwareServerCapabilitiesProperties template)
Copy/clone constructor.- Parameters:
template- object to copy
-
-
Method Detail
-
getTechnicalName
public String getTechnicalName()
Return the technical name for the capability.- Returns:
- string name
-
setTechnicalName
public void setTechnicalName(String technicalName)
Set up the technical name for the capability.- Parameters:
technicalName- string name
-
getTechnicalDescription
public String getTechnicalDescription()
Return the technical description of the capability.- Returns:
- string description
-
setDescription
public void setDescription(String description)
Set up the technical description of the capability.- Overrides:
setDescriptionin classSupplementaryProperties- Parameters:
description- string
-
getTypeDescription
public String getTypeDescription()
Return the description of the type of capability this is.- Returns:
- string description
-
setTypeDescription
public void setTypeDescription(String typeDescription)
Set up the description of the type of capability this is.- Parameters:
typeDescription- string
-
getVersion
public String getVersion()
Return the version of the discovery engine.- Returns:
- version string
-
setVersion
public void setVersion(String version)
Set up the version string of the discovery engine.- Parameters:
version- string
-
getPatchLevel
public String getPatchLevel()
Return the patch level of the discovery engine.- Returns:
- patch level string
-
setPatchLevel
public void setPatchLevel(String patchLevel)
Set up the patch level of the discovery engine.- Parameters:
patchLevel- string
-
getSource
public String getSource()
Return the source of the discovery engine implementation.- Returns:
- string url
-
setSource
public void setSource(String source)
Set up the source of the discovery engine implementation.- Parameters:
source- string url
-
toString
public String toString()
Standard toString method.- Overrides:
toStringin classSupplementaryProperties- 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:
equalsin classSupplementaryProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()
Create a hash code for this element type.- Overrides:
hashCodein classSupplementaryProperties- Returns:
- int hash code
-
-