public class SoftwareServerCapability extends Object implements Serializable
| Constructor and Description |
|---|
SoftwareServerCapability() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription()
Gets description.
|
String |
getDisplayName()
Gets display name.
|
String |
getEngineType()
Gets engine type.
|
String |
getEngineVersion()
Gets engine version.
|
String |
getPatchLevel()
Gets patch level.
|
String |
getQualifiedName()
Gets qualified name.
|
String |
getSource()
Gets source.
|
int |
hashCode() |
void |
setDescription(String description)
Sets description.
|
void |
setDisplayName(String displayName)
Sets display name.
|
void |
setEngineType(String engineType)
Sets engine type.
|
void |
setEngineVersion(String engineVersion)
Sets engine version.
|
void |
setPatchLevel(String patchLevel)
Sets patch level.
|
void |
setQualifiedName(String qualifiedName)
Sets qualified name.
|
void |
setSource(String source)
Sets source.
|
String |
toString() |
public String getDisplayName()
public void setDisplayName(String displayName)
displayName - the display namepublic String getEngineType()
public void setEngineType(String engineType)
engineType - the engine typepublic String getEngineVersion()
public void setEngineVersion(String engineVersion)
engineVersion - the engine versionpublic String getQualifiedName()
public void setQualifiedName(String qualifiedName)
qualifiedName - the qualified namepublic String getDescription()
public void setDescription(String description)
description - the descriptionpublic String getSource()
public void setSource(String source)
source - the sourcepublic String getPatchLevel()
public void setPatchLevel(String patchLevel)
patchLevel - the patch levelCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.