Skip to content

Instantly share code, notes, and snippets.

@ReticentIris
Created February 9, 2018 02:44
Show Gist options
  • Save ReticentIris/e163aba54e1b469a819bc5925c8bde5f to your computer and use it in GitHub Desktop.
Save ReticentIris/e163aba54e1b469a819bc5925c8bde5f to your computer and use it in GitHub Desktop.
Song updatedSong = Song.builder()
.id(selectedSong.getId())
.name(songNameStringProperty.get())
.artist(songArtistStringProperty.get())
.album(songAlbumStringProperty.get())
.year(songYearStringProperty.get())
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment