public class StoredServer extends Object
| Constructor and Description |
|---|
StoredServer()
Default Constructor sets the properties to nulls
|
StoredServer(String storedServerName,
String storedServerDescription,
String serverType)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getServerType()
Get the type of the stored Server
|
String |
getStoredServerDescription()
Get the storedServer description
|
String |
getStoredServerName()
Get the storedServer name
|
int |
hashCode() |
void |
setServerType(String serverType)
Set the type for the storedServer
|
void |
setStoredServerDescription(String storedServerDescription)
Set the description for the storedServer
|
void |
setStoredServerName(String storedServerName)
Set a meaningful name for the storedServer
|
String |
toString() |
StringBuilder |
toString(StringBuilder sb) |
public StoredServer()
public String getStoredServerName()
public void setStoredServerName(String storedServerName)
storedServerName - set storedServer namepublic String getStoredServerDescription()
public void setStoredServerDescription(String storedServerDescription)
storedServerDescription - set storedServer descriptionpublic String getServerType()
public void setServerType(String serverType)
serverType - set storedServer typepublic StringBuilder toString(StringBuilder sb)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.