Ejemplo n.º 1
0
 public void setArtwork(Movie movie) {
   cardImageUrl = movie.getCardImageUrl();
   backgroundImageUrl = movie.getBackgroundImageUrl();
 }