|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Artist | |
|---|---|
| org.skyscreamer.yoga.demo.model | |
| Uses of Artist in org.skyscreamer.yoga.demo.model |
|---|
| Methods in org.skyscreamer.yoga.demo.model that return Artist | |
|---|---|
Artist |
Song.getArtist()
|
Artist |
Album.getArtist()
|
| Methods in org.skyscreamer.yoga.demo.model that return types with arguments of type Artist | |
|---|---|
Set<Artist> |
User.getFavoriteArtists()
|
| Methods in org.skyscreamer.yoga.demo.model with parameters of type Artist | |
|---|---|
void |
Song.setArtist(Artist artist)
|
void |
Album.setArtist(Artist artist)
|
| Method parameters in org.skyscreamer.yoga.demo.model with type arguments of type Artist | |
|---|---|
void |
User.setFavoriteArtists(Set<Artist> favoriteArtists)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||