public class SoftwareServerCapability extends Referenceable
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
displayName |
protected String |
patchLevel |
protected String |
source |
protected String |
typeDescription |
protected String |
version |
additionalProperties, confidenceGovernanceClassification, confidentialityGovernanceClassification, criticalityGovernanceClassification, latestChange, latestChangeDetails, meanings, qualifiedName, retentionGovernanceClassification, searchKeywords, securityTagsclassifications, extendedProperties, guid, type, urlCURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
SoftwareServerCapability()
Default constructor.
|
SoftwareServerCapability(SoftwareServerCapability template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getDescription()
Return the description of the discovery engine.
|
String |
getDisplayName()
Return the display name for messages and UI.
|
String |
getPatchLevel()
Return the patch level of the discovery engine.
|
String |
getSource()
Return the source of the discovery engine implementation.
|
String |
getTypeDescription()
Return the description of the type of discovery engine this is.
|
String |
getVersion()
Return the version of the discovery engine.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setDescription(String description)
Set up the description of the discovery engine.
|
void |
setDisplayName(String displayName)
Set up the display name for messages and UI.
|
void |
setPatchLevel(String patchLevel)
Set up the patch level of the discovery engine.
|
void |
setSource(String source)
Set up the source of the discovery engine implementation.
|
void |
setTypeDescription(String typeDescription)
Set up the description of the type of discovery engine this is.
|
void |
setVersion(String version)
Set up the version string of the discovery engine.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getConfidenceGovernanceClassification, getConfidentialityGovernanceClassification, getCriticalityGovernanceClassification, getLatestChange, getLatestChangeDetails, getMeanings, getQualifiedName, getRetentionGovernanceClassification, getSearchKeywords, getSecurityTags, setAdditionalProperties, setConfidenceGovernanceClassification, setConfidentialityGovernanceClassification, setCriticalityGovernanceClassification, setLatestChange, setLatestChangeDetails, setMeanings, setQualifiedName, setRetentionGovernanceClassification, setSearchKeywords, setSecurityTagsgetClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLgetHeaderVersion, setHeaderVersionprotected String displayName
protected String description
protected String typeDescription
protected String version
protected String patchLevel
protected String source
public SoftwareServerCapability()
public SoftwareServerCapability(SoftwareServerCapability template)
template - object to copypublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - string namepublic String getDescription()
public void setDescription(String description)
description - stringpublic String getTypeDescription()
public void setTypeDescription(String typeDescription)
typeDescription - stringpublic String getVersion()
public void setVersion(String version)
version - stringpublic String getPatchLevel()
public void setPatchLevel(String patchLevel)
patchLevel - stringpublic String getSource()
public void setSource(String source)
source - string urlpublic String toString()
toString in class Referenceablepublic boolean equals(Object objectToCompare)
equals in class ReferenceableobjectToCompare - supplied objectpublic int hashCode()
hashCode in class ReferenceableCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.