Lizzy v1.1.1

christophedelory.playlist.hypetape
Class Track

java.lang.Object
  extended by christophedelory.playlist.hypetape.Track

public class Track
extends Object

A track definition.

Version:
$Revision: 92 $
Author:
Christophe Delory

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

Track

public Track()
Method Detail

getId

public String getId()
Returns the track identifier.

Returns:
a text identifier. May be null only if not yet initialized.
See Also:
setId(java.lang.String)

setId

public void setId(String id)
Initializes the track identifier.

Parameters:
id - a text identifier. Shall not be null.
See Also:
getId()

getName

public String getName()
Returns the track title.

Returns:
a title. May be null only if not yet initialized.
See Also:
setName(java.lang.String)

setName

public void setName(String name)
Initializes the track title.

Parameters:
name - a title. Shall not be null.
See Also:
getName()

getMP3

public String getMP3()
Returns the track location.

Returns:
a track location. May be null only if not yet initialized.
See Also:
setMP3(java.lang.String)

setMP3

public void setMP3(String mp3)
Initializes the track location.

Parameters:
mp3 - a track location. Shall not be null.
See Also:
getMP3()

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.