agentland.device.intelliCD.mp3
Class Mp3Song

java.lang.Object
  |
  +--agentland.device.intelliCD.Song
        |
        +--agentland.device.intelliCD.software.SoftwareSong
              |
              +--agentland.device.intelliCD.mp3.Mp3Song
All Implemented Interfaces:
Serializable, SongContainerElement

public class Mp3Song
extends SoftwareSong

See Also:
Serialized Form

Fields inherited from class agentland.device.intelliCD.software.SoftwareSong
fName
 
Fields inherited from class agentland.device.intelliCD.Song
author, duration, id, parent, player, title
 
Constructor Summary
Mp3Song(long id, String title, String author, int duration, String fName)
           
 
Methods inherited from class agentland.device.intelliCD.software.SoftwareSong
getFName, getLocation, lightweightCopy, setFName, toString
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Mp3Song

public Mp3Song(long id,
               String title,
               String author,
               int duration,
               String fName)