Class SoftwareServerCapability
- java.lang.Object
-
- org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
-
- org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
-
- org.odpi.openmetadata.frameworks.connectors.properties.beans.Referenceable
-
- org.odpi.openmetadata.frameworks.connectors.properties.beans.SoftwareServerCapability
-
- All Implemented Interfaces:
Serializable
public class SoftwareServerCapability extends Referenceable
SoftwareServerCapability describe the properties needed to describe a specific software server's capability.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringdescriptionprotected StringdisplayNameprotected StringpatchLevelprotected Stringsourceprotected StringtypeDescriptionprotected Stringversion-
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.Referenceable
additionalProperties, confidenceGovernanceClassification, confidentialityGovernanceClassification, criticalityGovernanceClassification, latestChange, latestChangeDetails, meanings, qualifiedName, retentionGovernanceClassification, searchKeywords, securityTags
-
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
classifications, extendedProperties, guid, type, url
-
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
CURRENT_AUDIT_HEADER_VERSION
-
-
Constructor Summary
Constructors Constructor Description SoftwareServerCapability()Default constructor.SoftwareServerCapability(SoftwareServerCapability 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.StringgetDescription()Return the description of the discovery engine.StringgetDisplayName()Return the display name for messages and UI.StringgetPatchLevel()Return the patch level of the discovery engine.StringgetSource()Return the source of the discovery engine implementation.StringgetTypeDescription()Return the description of the type of discovery engine 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 description of the discovery engine.voidsetDisplayName(String displayName)Set up the display name for messages and UI.voidsetPatchLevel(String patchLevel)Set up the patch level of the discovery engine.voidsetSource(String source)Set up the source of the discovery engine implementation.voidsetTypeDescription(String typeDescription)Set up the description of the type of discovery engine 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.frameworks.connectors.properties.beans.Referenceable
getAdditionalProperties, getConfidenceGovernanceClassification, getConfidentialityGovernanceClassification, getCriticalityGovernanceClassification, getLatestChange, getLatestChangeDetails, getMeanings, getQualifiedName, getRetentionGovernanceClassification, getSearchKeywords, getSecurityTags, setAdditionalProperties, setConfidenceGovernanceClassification, setConfidentialityGovernanceClassification, setCriticalityGovernanceClassification, setLatestChange, setLatestChangeDetails, setMeanings, setQualifiedName, setRetentionGovernanceClassification, setSearchKeywords, setSecurityTags
-
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
getClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURL
-
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
getHeaderVersion, setHeaderVersion
-
-
-
-
Constructor Detail
-
SoftwareServerCapability
public SoftwareServerCapability()
Default constructor.
-
SoftwareServerCapability
public SoftwareServerCapability(SoftwareServerCapability template)
Copy/clone constructor.- Parameters:
template- object to copy
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
Return the display name for messages and UI.- Returns:
- string name
-
setDisplayName
public void setDisplayName(String displayName)
Set up the display name for messages and UI.- Parameters:
displayName- string name
-
getDescription
public String getDescription()
Return the description of the discovery engine.- Returns:
- string description
-
setDescription
public void setDescription(String description)
Set up the description of the discovery engine.- Parameters:
description- string
-
getTypeDescription
public String getTypeDescription()
Return the description of the type of discovery engine this is.- Returns:
- string description
-
setTypeDescription
public void setTypeDescription(String typeDescription)
Set up the description of the type of discovery engine 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 classReferenceable- 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 classReferenceable- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()
Create a hash code for this element type.- Overrides:
hashCodein classReferenceable- Returns:
- int hash code
-
-