Class MusicLibrary
java.lang.Object
com.paf.jpafboard.MusicLibrary
- Author:
- lemerle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanvoidconvertGenresString(String genresString) ************************************************************************** Methods to handle genre stringscom.j256.ormlite.dao.ForeignCollection<Genre> com.j256.ormlite.dao.ForeignCollection<Track> voidsetDirectory(String directory) toString()
-
Constructor Details
-
MusicLibrary
-
-
Method Details
-
getDirectory
-
setDirectory
-
getTracks
-
getGenres
-
addGenre
-
addTrack
-
getArrayGenres
-
getArrayTracks
-
getEmptyGenreArrayTracks
-
getSetTracks
-
getSetGenres
-
cleanGenres
public void cleanGenres() -
toString
-
convertGenresString
-