com.tuneology.avm
Class FreeDb.Site

java.lang.Object
  |
  +--com.tuneology.avm.FreeDb.Site
Enclosing class:
FreeDb

public static class FreeDb.Site
extends java.lang.Object

A class to represent a FreeDb server site.


Field Summary
 java.lang.String host
          The hostname of the server.
 java.lang.String location
          The description of the the server's location.
 int port
          the server's port number
 java.lang.String position
          The server's latitude and longitude.
 
Constructor Summary
FreeDb.Site()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

host

public java.lang.String host
The hostname of the server.

port

public int port
the server's port number

location

public java.lang.String location
The description of the the server's location.

position

public java.lang.String position
The server's latitude and longitude.
Constructor Detail

FreeDb.Site

public FreeDb.Site()