Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.tuneology.avm
Class FreeDb.Site  view FreeDb.Site download FreeDb.Site.java

java.lang.Object
  extended bycom.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.
 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.


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()