Ejemplo n.º 1
0
 public Song(Song song) {
   this.songUrl = song.getSongUrl();
   this.imageUrl = song.getImageUrl();
   this.artistName = song.getArtistName();
   this.songTitle = song.getSongTitle();
   this.description = song.getDescription();
 }