Deletes the disc from the database.
exception: DiscRackBusinessException - if an error occursdeleting data (usually due to an underlying data layererror).
Gets the artist for the disc
the artist. exception: DiscRackBusinessException - if an error occursretrieving data (usually due to an underlying data layererror).
Gets the genre for the disc
the genre. exception: DiscRackBusinessException - if an error occursretrieving data (usually due to an underlying data layererror).
Gets the object id for the disc
the object id. exception: DiscRackBusinessException - if an error occursretrieving data (usually due to an underlying data layererror).
Gets the title for the disc
the title. exception: DiscRackBusinessException - if an error occursretrieving data (usually due to an underlying data layererror).
Gets the preference for the disc
true if like the disc, false if not exception: DiscRackBusinessException - if an error occursretrieving data (usually due to an underlying data layererror).
Commits all changes to the database.
exception: DiscRackBusinessException - if an error occursretrieving data (usually due to an underlying data layererror).
Sets the artist for the disc.
Parameters: artist - exception: DiscRackBusinessException - if an error occurssetting the data (usually due to an underlying data layererror).
Sets the genre for the disc.
Parameters: genre - exception: DiscRackBusinessException - if an error occurssetting the data (usually due to an underlying data layererror).
Sets the preference for the disc.
Parameters: isLiked - exception: DiscRackBusinessException - if an error occurssetting the data (usually due to an underlying data layererror).
Sets the owner for the disc.
Parameters: owner - exception: DiscRackBusinessException - if an error occurssetting the data (usually due to an underlying data layererror).
Sets the title for the disc.
Parameters: title - exception: DiscRackBusinessException - if an error occurssetting the data (usually due to an underlying data layererror).