Song

public Song Song(UUID songId, File file)

First custom constructor for the Song class. Creates a Song with file only.

Parameters

file

File to create a song from

songId

ID of the song


public Song Song(UUID songId, File file, String title)

Parameters

songId

ID of the song

file

File to create a song from

title

Name of the song