|
Lizzy v1.1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectchristophedelory.playlist.hypetape.Track
public class Track
A track definition.
| Constructor Summary | |
|---|---|
Track()
|
|
| Method Summary | |
|---|---|
String |
getId()
Returns the track identifier. |
String |
getMP3()
Returns the track location. |
String |
getName()
Returns the track title. |
void |
setId(String id)
Initializes the track identifier. |
void |
setMP3(String mp3)
Initializes the track location. |
void |
setName(String name)
Initializes the track title. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Track()
| Method Detail |
|---|
public String getId()
null only if not yet initialized.setId(java.lang.String)public void setId(String id)
id - a text identifier. Shall not be null.getId()public String getName()
null only if not yet initialized.setName(java.lang.String)public void setName(String name)
name - a title. Shall not be null.getName()public String getMP3()
null only if not yet initialized.setMP3(java.lang.String)public void setMP3(String mp3)
mp3 - a track location. Shall not be null.getMP3()
|
© 2008-2009 Christophe Delory | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||