public static class ServerTableModel.Entry
extends java.lang.Object
Constructor and Description |
---|
Entry(java.lang.String n,
java.lang.String l)
Creates a new server entry.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocation()
Gets the server location.
|
java.lang.String |
getName()
Gets the server name.
|
java.lang.String |
toString()
Converts the entry to a string.
|