public class RemoteInstance extends Object implements Serializable
| Constructor and Description |
|---|
RemoteInstance() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalsByKey(String key)
Returns true if this object's select key (getSelectKey()) equals to the submitted value.
|
String |
getHost() |
String |
getName() |
int |
getPort() |
String |
getSelectKey()
Returns a string key for select field (unique string so to say).
|
void |
setHost(String host) |
void |
setName(String name) |
void |
setPort(int port) |
String |
toString() |
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public String getName()
public void setName(String name)
public String getSelectKey()
public boolean equalsByKey(String key)
key - Copyright © 2010-2015 anotheria.net. All Rights Reserved.