|
|||||||||
| Home >> All >> com >> tuneology >> [ avm overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.tuneology.avm
Class FreeDb.Site

java.lang.Objectcom.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()
|
|||||||||
| Home >> All >> com >> tuneology >> [ avm overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.tuneology.avm.FreeDb.Site