|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolution.player.core.media.Album
public class Album
Description of an album.
Constructor Summary | |
---|---|
Album(java.lang.String albumName)
Create a new Album with the given name. |
Method Summary | |
---|---|
static Album |
createFromMedia(MediaInfo media)
Create a new album from the given media info. |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAlbumName()
Returns the name of the album |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Album(java.lang.String albumName)
albumName
- the name of the albumMethod Detail |
---|
public static Album createFromMedia(MediaInfo media)
media
- the media to create an album for
public java.lang.String getAlbumName()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |