public class SoftwareServerCapabilitiesProperties extends SupplementaryProperties
| Constructor and Description |
|---|
SoftwareServerCapabilitiesProperties()
Default constructor.
|
SoftwareServerCapabilitiesProperties(SoftwareServerCapabilitiesProperties 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 |
getPatchLevel()
Return the patch level of the discovery engine.
|
String |
getSource()
Return the source of the discovery engine implementation.
|
String |
getTechnicalDescription()
Return the technical description of the capability.
|
String |
getTechnicalName()
Return the technical name for the capability.
|
String |
getTypeDescription()
Return the description of the type of capability 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 technical description of the capability.
|
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 |
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.
|
String |
toString()
Standard toString method.
|
getAbbreviation, getDescription, getDisplayName, getSummary, getUsage, setAbbreviation, setDisplayName, setSummary, setUsagegetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic SoftwareServerCapabilitiesProperties()
public SoftwareServerCapabilitiesProperties(SoftwareServerCapabilitiesProperties template)
template - object to copypublic String getTechnicalName()
public void setTechnicalName(String technicalName)
technicalName - string namepublic String getTechnicalDescription()
public void setDescription(String description)
setDescription in class SupplementaryPropertiesdescription - 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 SupplementaryPropertiespublic boolean equals(Object objectToCompare)
equals in class SupplementaryPropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class SupplementaryPropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.