net.sourceforge.atunes.kernel.modules.contextInformation
Interface TrackInfo

All Known Implementing Classes:
LastFmTrack

public interface TrackInfo


Method Summary
 java.lang.String getTitle()
          Gets the title.
 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.
 

Method Detail

getTitle

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

Returns:
the title

getUrl

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

Returns:
the url

setTitle

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

Parameters:
title - the title to set

setUrl

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

Parameters:
url - the url to set


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