net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data
Class LastFmTrack

java.lang.Object
  extended by net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data.LastFmTrack
All Implemented Interfaces:
TrackInfo

public class LastFmTrack
extends java.lang.Object
implements TrackInfo

The Class LastFmTrack.


Constructor Summary
LastFmTrack()
           
 
Method Summary
 java.lang.String getTitle()
          Gets the title.
protected static LastFmTrack getTrack(Track 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

LastFmTrack

public LastFmTrack()
Method Detail

getTrack

protected static LastFmTrack getTrack(Track t)
Gets the track.

Returns:
the track

getTitle

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

Specified by:
getTitle in interface TrackInfo
Returns:
the title

getUrl

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

Specified by:
getUrl in interface TrackInfo
Returns:
the url

setTitle

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

Specified by:
setTitle in interface TrackInfo
Parameters:
title - the title to set

setUrl

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

Specified by:
setUrl in interface TrackInfo
Parameters:
url - the url to set


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