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
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 |
fName
protected String fName
SoftwareSong
public SoftwareSong()
SoftwareSong
public SoftwareSong(long id,
String title,
String author,
int duration,
String fName)
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