public class SoftwareServerCapabilityProperties extends ReferenceableProperties
| Constructor and Description |
|---|
SoftwareServerCapabilityProperties()
Default constructor.
|
SoftwareServerCapabilityProperties(SoftwareServerCapabilityProperties 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, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeNamepublic SoftwareServerCapabilityProperties()
public SoftwareServerCapabilityProperties(SoftwareServerCapabilityProperties 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 ReferenceablePropertiespublic boolean equals(Object objectToCompare)
equals in class ReferenceablePropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class ReferenceablePropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.