| Package | Description |
|---|---|
| org.skyscreamer.yoga.demo.model |
| Modifier and Type | Method and Description |
|---|---|
Artist |
Song.getArtist() |
Artist |
Album.getArtist() |
| Modifier and Type | Method and Description |
|---|---|
Set<Artist> |
User.getFavoriteArtists() |
| Modifier and Type | Method and Description |
|---|---|
void |
Song.setArtist(Artist artist) |
void |
Album.setArtist(Artist artist) |
| Modifier and Type | Method and Description |
|---|---|
void |
User.setFavoriteArtists(Set<Artist> favoriteArtists) |
Copyright © 2014. All Rights Reserved.