|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolution.player.core.media.Artist
public class Artist
Description of an Artist.
Constructor Summary | |
---|---|
Artist(java.lang.String artistName)
Create a new artist |
Method Summary | |
---|---|
static Artist |
createFromMedia(MediaInfo info)
Create a new artist from the given media info. |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getArtistName()
Returns the name of the artist. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Artist(java.lang.String artistName)
artistName
- the name of the artistMethod Detail |
---|
public static Artist createFromMedia(MediaInfo info)
info
- the info to create an artist for
public java.lang.String getArtistName()
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 |