|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.atunes.kernel.modules.audioscrobbler.AudioScrobblerTrack
public class AudioScrobblerTrack
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 |
---|
public AudioScrobblerTrack()
Method Detail |
---|
protected static AudioScrobblerTrack getTrack(org.w3c.dom.Element t)
t
- the t
public java.lang.String getTitle()
public java.lang.String getUrl()
public void setTitle(java.lang.String title)
title
- the title to setpublic void setUrl(java.lang.String url)
url
- the url to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |