agentland.device.intelliCD.liquidAudio
Class LiquidAudioSong

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

public class LiquidAudioSong
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
LiquidAudioSong(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

LiquidAudioSong

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