|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data.LastFmTrack
public class LastFmTrack
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 |
---|
public LastFmTrack()
Method Detail |
---|
protected static LastFmTrack getTrack(Track t)
public java.lang.String getTitle()
getTitle
in interface TrackInfo
public java.lang.String getUrl()
getUrl
in interface TrackInfo
public void setTitle(java.lang.String title)
setTitle
in interface TrackInfo
title
- the title to setpublic void setUrl(java.lang.String url)
setUrl
in interface TrackInfo
url
- the url to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |