@Entity public class TestAutomationServer extends Object
| Constructor and Description |
|---|
TestAutomationServer() |
TestAutomationServer(Long id) |
TestAutomationServer(String name) |
TestAutomationServer(String name,
URL baseURL,
String login,
String password) |
TestAutomationServer(String name,
URL baseURL,
String login,
String password,
String kind) |
| Modifier and Type | Method and Description |
|---|---|
TestAutomationServer |
createCopy() |
URL |
getBaseURL() |
String |
getDescription() |
Long |
getId() |
String |
getKind() |
String |
getLogin() |
String |
getName() |
String |
getPassword() |
boolean |
isManualSlaveSelection() |
void |
setBaseURL(URL baseURL) |
void |
setDescription(String description) |
void |
setLogin(String login) |
void |
setManualSlaveSelection(boolean manualSlaveSelection) |
void |
setName(String name) |
void |
setPassword(String password) |
String |
toString() |
public TestAutomationServer()
public TestAutomationServer(String name)
public TestAutomationServer(Long id)
public TestAutomationServer(String name, URL baseURL, String login, String password)
public Long getId()
public String getName()
public void setName(@NotNull
String name)
public URL getBaseURL()
public String getLogin()
public String getPassword()
public String getKind()
public void setBaseURL(URL baseURL)
public void setLogin(String login)
public void setPassword(String password)
public boolean isManualSlaveSelection()
public void setManualSlaveSelection(boolean manualSlaveSelection)
public String getDescription()
public void setDescription(String description)
public TestAutomationServer createCopy()
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.