net.sourceforge.atunes.kernel.modules.audioscrobbler
Class AudioScrobblerAlbum

java.lang.Object
  extended by net.sourceforge.atunes.kernel.modules.audioscrobbler.AudioScrobblerAlbum

public class AudioScrobblerAlbum
extends java.lang.Object

The Class AudioScrobblerAlbum.


Constructor Summary
AudioScrobblerAlbum()
           
 
Method Summary
protected static AudioScrobblerAlbum getAlbum(org.w3c.dom.Document xml)
          Gets the album.
protected static AudioScrobblerAlbumList getAlbumList(org.w3c.dom.Document xml)
          Gets the album list.
 java.lang.String getArtist()
          Gets the artist.
 java.lang.String getArtistUrl()
          Gets the artist url.
 java.lang.String getBigCoverURL()
          Gets the big cover url.
 javax.swing.ImageIcon getCover()
          Gets the cover.
 java.lang.String getCoverURL()
          Gets the cover url.
 java.util.Date getReleaseDate()
          Gets the release date.
 java.lang.String getReleaseDateString()
          Gets the release date string.
 java.lang.String getSmallCoverURL()
          Gets the small cover url.
 java.lang.String getTitle()
          Gets the title.
 java.util.List<AudioScrobblerTrack> getTracks()
          Gets the tracks.
 java.lang.String getUrl()
          Gets the url.
 java.lang.String getYear()
          Gets the year.
 void setArtist(java.lang.String artist)
          Sets the artist.
 void setBigCoverURL(java.lang.String bigCoverURL)
          Sets the big cover url.
 void setCover(javax.swing.ImageIcon cover)
          Sets the cover.
 void setCoverURL(java.lang.String coverURL)
          Sets the cover url.
 void setReleaseDateString(java.lang.String releaseDateString)
          Sets the release date string.
 void setSmallCoverURL(java.lang.String smallCoverURL)
          Sets the small cover url.
 void setTitle(java.lang.String title)
          Sets the title.
 void setTracks(java.util.List<AudioScrobblerTrack> tracks)
          Sets the tracks.
 void setUrl(java.lang.String url)
          Sets the url.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AudioScrobblerAlbum

public AudioScrobblerAlbum()
Method Detail

getAlbum

protected static AudioScrobblerAlbum getAlbum(org.w3c.dom.Document xml)
Gets the album.

Parameters:
xml - the xml
Returns:
the album

getAlbumList

protected static AudioScrobblerAlbumList getAlbumList(org.w3c.dom.Document xml)
Gets the album list.

Parameters:
xml - the xml
Returns:
the album list

getArtist

public java.lang.String getArtist()
Gets the artist.

Returns:
the artist

getArtistUrl

public java.lang.String getArtistUrl()
Gets the artist url.

Returns:
the artist url

getBigCoverURL

public java.lang.String getBigCoverURL()
Gets the big cover url.

Returns:
the bigCoverURL

getCover

public javax.swing.ImageIcon getCover()
Gets the cover.

Returns:
the cover

getCoverURL

public java.lang.String getCoverURL()
Gets the cover url.

Returns:
the cover url

getReleaseDate

public java.util.Date getReleaseDate()
Gets the release date.

Returns:
the release date

getReleaseDateString

public java.lang.String getReleaseDateString()
Gets the release date string.

Returns:
the releaseDateString

getSmallCoverURL

public java.lang.String getSmallCoverURL()
Gets the small cover url.

Returns:
the small cover url

getTitle

public java.lang.String getTitle()
Gets the title.

Returns:
the title

getTracks

public java.util.List<AudioScrobblerTrack> getTracks()
Gets the tracks.

Returns:
the tracks

getUrl

public java.lang.String getUrl()
Gets the url.

Returns:
the url

getYear

public java.lang.String getYear()
Gets the year.

Returns:
the year

setArtist

public void setArtist(java.lang.String artist)
Sets the artist.

Parameters:
artist - the artist to set

setBigCoverURL

public void setBigCoverURL(java.lang.String bigCoverURL)
Sets the big cover url.

Parameters:
bigCoverURL - the bigCoverURL to set

setCover

public void setCover(javax.swing.ImageIcon cover)
Sets the cover.

Parameters:
cover - the cover to set

setCoverURL

public void setCoverURL(java.lang.String coverURL)
Sets the cover url.

Parameters:
coverURL - the coverURL to set

setReleaseDateString

public void setReleaseDateString(java.lang.String releaseDateString)
Sets the release date string.

Parameters:
releaseDateString - the releaseDateString to set

setSmallCoverURL

public void setSmallCoverURL(java.lang.String smallCoverURL)
Sets the small cover url.

Parameters:
smallCoverURL - the smallCoverURL to set

setTitle

public void setTitle(java.lang.String title)
Sets the title.

Parameters:
title - the title to set

setTracks

public void setTracks(java.util.List<AudioScrobblerTrack> tracks)
Sets the tracks.

Parameters:
tracks - the tracks to set

setUrl

public void setUrl(java.lang.String url)
Sets the url.

Parameters:
url - the url to set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.