com.evolution.player.ui.artwork
Class AlbumArtwork

java.lang.Object
  extended by com.evolution.player.ui.artwork.AlbumArtwork

public class AlbumArtwork
extends java.lang.Object

Set of information about album artwork.

Since:
0.3
See Also:
IAlbumArtworkCache

Method Summary
 boolean equals(java.lang.Object obj)
           
 Album getAlbum()
          The album corresponding to the artwork.
 Artist getArtist()
          The artist corresponding to the artwork.
 java.net.URL getImage()
          The pointer to an image containing the album cover artwork.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getImage

public java.net.URL getImage()
The pointer to an image containing the album cover artwork.

Returns:
the album cover artwork image

getAlbum

public Album getAlbum()
The album corresponding to the artwork.

Returns:
the album

getArtist

public Artist getArtist()
The artist corresponding to the artwork.

Returns:
the artist

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object