|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AlbumListInfo
Method Summary | |
---|---|
java.util.List<AlbumInfo> |
getAlbums()
Gets the albums. |
java.lang.String |
getArtist()
Gets the artist. |
void |
setAlbums(java.util.List<? extends AlbumInfo> albums)
Sets the albums. |
void |
setArtist(java.lang.String artist)
Sets the artist. |
Method Detail |
---|
java.util.List<AlbumInfo> getAlbums()
java.lang.String getArtist()
void setAlbums(java.util.List<? extends AlbumInfo> albums)
albums
- the albums to setvoid setArtist(java.lang.String artist)
artist
- the artist to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |