net.sourceforge.atunes.kernel.modules.audioscrobbler
Class AudioScrobblerTrack

java.lang.Object
  extended by net.sourceforge.atunes.kernel.modules.audioscrobbler.AudioScrobblerTrack

public class AudioScrobblerTrack
extends java.lang.Object

The Class AudioScrobblerTrack.


Constructor Summary
AudioScrobblerTrack()
           
 
Method Summary
 java.lang.String getTitle()
          Gets the title.
protected static AudioScrobblerTrack getTrack(org.w3c.dom.Element t)
          Gets the track.
 java.lang.String getUrl()
          Gets the url.
 void setTitle(java.lang.String title)
          Sets the title.
 void setUrl(java.lang.String url)
          Sets the url.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioScrobblerTrack

public AudioScrobblerTrack()
Method Detail

getTrack

protected static AudioScrobblerTrack getTrack(org.w3c.dom.Element t)
Gets the track.

Parameters:
t - the t
Returns:
the track

getTitle

public java.lang.String getTitle()
Gets the title.

Returns:
the title

getUrl

public java.lang.String getUrl()
Gets the url.

Returns:
the url

setTitle

public void setTitle(java.lang.String title)
Sets the title.

Parameters:
title - the title to set

setUrl

public void setUrl(java.lang.String url)
Sets the url.

Parameters:
url - the url to set


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.