Uses of Class
org.skyscreamer.yoga.demo.model.Artist

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)
           
 



Copyright © 2012. All Rights Reserved.