agentland.device.intelliCD
Class CDSong
java.lang.Object
|
+--agentland.device.intelliCD.Song
|
+--agentland.device.intelliCD.CDSong
- All Implemented Interfaces:
- Serializable, SongContainerElement
- public class CDSong
- extends Song
A song living on a CD.
- See Also:
Song
, Serialized Form
Methods inherited from class agentland.device.intelliCD.Song |
copyParentTree, copySubtree, equals, equals, equals, getAuthor, getDuration, getID, getName, getNiceDuration, getParent, getPlayer, getTitle, hashCode, iconName, niceDuration, pause, play, resume, setAuthor, setDuration, setID, setParent, setPlayer, setTitle, stop, toString |
discLocation
public int discLocation
CDSong
public CDSong()
CDSong
public CDSong(long id,
String title,
String author,
int duration,
int loc)
getDiscLocation
public int getDiscLocation()
setDiscLocation
public void setDiscLocation(int l)
lightweightCopy
public SongContainerElement lightweightCopy()
- Overrides:
lightweightCopy
in class Song