agentland.device.intelliCD.software
Class SoftwareSong

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

public class SoftwareSong
extends Song

See Also:
Serialized Form

Field Summary
protected  String fName
           
 
Fields inherited from class agentland.device.intelliCD.Song
author, duration, id, parent, player, title
 
Constructor Summary
SoftwareSong()
           
SoftwareSong(long id, String title, String author, int duration, String fName)
           
 
Method Summary
 String getFName()
           
 String getLocation()
           
 SongContainerElement lightweightCopy()
           
 void setFName(String f)
           
 String 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
 

Field Detail

fName

protected String fName
Constructor Detail

SoftwareSong

public SoftwareSong()

SoftwareSong

public SoftwareSong(long id,
                    String title,
                    String author,
                    int duration,
                    String fName)
Method Detail

getFName

public String getFName()

setFName

public void setFName(String f)

getLocation

public String getLocation()

toString

public String toString()
Overrides:
toString in class Song

lightweightCopy

public SongContainerElement lightweightCopy()
Overrides:
lightweightCopy in class Song