|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SimilarArtistsInfo
Method Summary | |
---|---|
java.lang.String |
getArtistName()
Gets the artist name. |
java.util.List<ArtistInfo> |
getArtists()
Gets the artists. |
java.lang.String |
getPicture()
Gets the picture. |
void |
setArtistName(java.lang.String artistName)
Sets the artist name. |
void |
setArtists(java.util.List<? extends ArtistInfo> artists)
Sets the artists. |
void |
setPicture(java.lang.String picture)
Sets the picture. |
Method Detail |
---|
java.lang.String getArtistName()
java.util.List<ArtistInfo> getArtists()
java.lang.String getPicture()
void setArtistName(java.lang.String artistName)
artistName
- the artistName to setvoid setArtists(java.util.List<? extends ArtistInfo> artists)
artists
- the artists to setvoid setPicture(java.lang.String picture)
picture
- the picture to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |