|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pscode.xui.playlist.Track
public class Track
Represents a single track in a play list.
| Constructor Summary | |
|---|---|
Track(URL path,
int order,
String delim,
String extinf)
|
|
Track(URL path,
int order,
String artist,
String title,
int duration)
|
|
| Method Summary | |
|---|---|
String |
getArtist()
|
int |
getDuration()
|
int |
getOrder()
|
URL |
getPath()
|
String |
getTitle()
|
void |
setArtist(String artist)
|
void |
setTitle(String title)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Track(URL path,
int order,
String artist,
String title,
int duration)
public Track(URL path,
int order,
String delim,
String extinf)
| Method Detail |
|---|
public void setArtist(String artist)
public void setTitle(String title)
public String getArtist()
public String getTitle()
public int getDuration()
public int getOrder()
public URL getPath()
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||