sk.baka.ambient.collection.ampache
Class AmpacheInfo

java.lang.Object
  extended by sk.baka.ambient.collection.ampache.AmpacheInfo

public final class AmpacheInfo
extends Object

Contains information about the Ampache server.

Author:
Martin Vysny

Field Summary
 int albums
          Number of albums in the collection.
 String apiVersion
          The Ampache XML API version.
 int artists
          Number of artists in the collection.
 Date lastAdd
          Last Add.
 Date lastUpdate
          Last Update.
 int songs
          Number of songs in the collection.
 String token
          The Ampache security token.
 
Constructor Summary
AmpacheInfo()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

token

public String token
The Ampache security token.


apiVersion

public String apiVersion
The Ampache XML API version.


lastUpdate

public Date lastUpdate
Last Update.


lastAdd

public Date lastAdd
Last Add.


songs

public int songs
Number of songs in the collection.


artists

public int artists
Number of artists in the collection.


albums

public int albums
Number of albums in the collection.

Constructor Detail

AmpacheInfo

public AmpacheInfo()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2008. All Rights Reserved.