com.es.skreemr
Class SkreemRSong

java.lang.Object
  extended by com.es.skreemr.SkreemRSong

public class SkreemRSong
extends Object

Holds song name, artist name, album name, duration of song, Year of song/album, SkreemR's Listed Genre, Bitrate of song, Frequency of Song, if the song plays in Variable Bitrate Mode, The date SkreemR scanned file, and Url of file

Author:
Keith Blackard

Constructor Summary
SkreemRSong(String url, String tags)
          Create a new SkreemR Song Object to be dealt with later.
 
Method Summary
 String getAlbum()
           
 String getArtist()
           
 String getBitrate()
           
 String getDate()
           
 String getDuration()
           
 String getFrequency()
           
 String getGenre()
           
 String getSong()
           
 String getUrl()
           
 String getVbr()
           
 String getYear()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SkreemRSong

public SkreemRSong(String url,
                   String tags)
Create a new SkreemR Song Object to be dealt with later.

Parameters:
url - The url of the song from SkreemR
tags - The tags of the file to be parsed from SkreemR
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getSong

public String getSong()
Returns:
the song name

getArtist

public String getArtist()
Returns:
the song artist

getAlbum

public String getAlbum()
Returns:
the album name

getDuration

public String getDuration()
Returns:
the duration of song

getYear

public String getYear()
Returns:
the year made

getGenre

public String getGenre()
Returns:
the genre listed from SkreemR

getBitrate

public String getBitrate()
Returns:
the bitrate of file

getFrequency

public String getFrequency()
Returns:
the frequency of file

getVbr

public String getVbr()
Returns:
true if song has variable bit rate

getDate

public String getDate()
Returns:
the date SkreemR last scanned file

getUrl

public String getUrl()
Returns:
the url of the mp3 file


Copyright © 2007-2008. All Rights Reserved.