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

Field Summary
 int discLocation
           
 
Fields inherited from class agentland.device.intelliCD.Song
author, duration, id, parent, player, title
 
Constructor Summary
CDSong()
           
CDSong(long id, String title, String author, int duration, int loc)
           
 
Method Summary
 int getDiscLocation()
           
 SongContainerElement lightweightCopy()
           
 void setDiscLocation(int l)
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

discLocation

public int discLocation
Constructor Detail

CDSong

public CDSong()

CDSong

public CDSong(long id,
              String title,
              String author,
              int duration,
              int loc)
Method Detail

getDiscLocation

public int getDiscLocation()

setDiscLocation

public void setDiscLocation(int l)

lightweightCopy

public SongContainerElement lightweightCopy()
Overrides:
lightweightCopy in class Song