com.es.skreemr
Class SkreemRSong
java.lang.Object
com.es.skreemr.SkreemRSong
public class SkreemRSong
- extends java.lang.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(java.lang.String url,
java.lang.String tags)
Create a new SkreemR Song Object to be dealt with later. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SkreemRSong
public SkreemRSong(java.lang.String url,
java.lang.String tags)
- Create a new SkreemR Song Object to be dealt with later.
- Parameters:
url - The url of the song from SkreemRtags - The tags of the file to be parsed from SkreemR
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getSong
public java.lang.String getSong()
- Returns:
- the song name
getArtist
public java.lang.String getArtist()
- Returns:
- the song artist
getAlbum
public java.lang.String getAlbum()
- Returns:
- the album name
getDuration
public java.lang.String getDuration()
- Returns:
- the duration of song
getYear
public java.lang.String getYear()
- Returns:
- the year made
getGenre
public java.lang.String getGenre()
- Returns:
- the genre listed from SkreemR
getBitrate
public java.lang.String getBitrate()
- Returns:
- the bitrate of file
getFrequency
public java.lang.String getFrequency()
- Returns:
- the frequency of file
getVbr
public java.lang.String getVbr()
- Returns:
- true if song has variable bit rate
getDate
public java.lang.String getDate()
- Returns:
- the date SkreemR last scanned file
getUrl
public java.lang.String getUrl()
- Returns:
- the url of the mp3 file
Copyright © 2007-2009. All Rights Reserved.