Exemple #1
0
 public void addSong(Song song) {
   addChild(Long.toString(song.getId()), song);
   song.setParent(this);
 }