public class NetworkSettingsModelBean extends Object implements Serializable
| Constructor and Description |
|---|
NetworkSettingsModelBean() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHost()
Gets the host.
|
String |
getPassword()
Gets the password.
|
Integer |
getPort()
Gets the port.
|
Boolean |
getProxy()
Gets the proxy.
|
Boolean |
getProxyAuthetication()
Gets the proxy authetication.
|
Boolean |
getRememberPassword()
Gets the remember password.
|
Boolean |
getSocks()
Gets the socks.
|
String |
getUsername()
Gets the username.
|
int |
hashCode() |
void |
setHost(String host)
Sets the host.
|
void |
setPassword(String password)
Sets the password.
|
void |
setPort(Integer port)
Sets the port.
|
void |
setProxy(Boolean proxy)
Sets the proxy.
|
void |
setProxyAuthetication(Boolean proxyAuthetication)
Sets the proxy authetication.
|
void |
setRememberPassword(Boolean rememberPassword)
Sets the remember password.
|
void |
setSocks(Boolean socks)
Sets the socks.
|
void |
setUsername(String username)
Sets the username.
|
String |
toString() |
public String getHost()
public String getPassword()
public Integer getPort()
public Boolean getProxy()
public Boolean getProxyAuthetication()
public Boolean getRememberPassword()
public Boolean getSocks()
public String getUsername()
public void setHost(String host)
host - the new hostpublic void setPassword(String password)
password - the new passwordpublic void setPort(Integer port)
port - the new portpublic void setProxy(Boolean proxy)
proxy - the new proxypublic void setProxyAuthetication(Boolean proxyAuthetication)
proxyAuthetication - the new proxy autheticationpublic void setRememberPassword(Boolean rememberPassword)
rememberPassword - the new remember passwordpublic void setSocks(Boolean socks)
socks - the new sockspublic void setUsername(String username)
username - the new usernameCopyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.