Class Track
java.lang.Object
com.paf.jpafboard.Track
A given Track object contains the infos related to a given track (artist,
name...) and has a many2many relation with Genre objects. Warning! In the
pafboard Genre means "keyword". Hence, the music library should be configured
so that the usual genre tag contains a coma separated value list of genre.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleancom.j256.ormlite.dao.ForeignCollection<TrackGenre> getPath()getTitle()inthashCode()voidvoidvoidvoidtoString()
-
Field Details
-
PATH_FIELD_NAME
- See Also:
-
TITLE_FIELD_NAME
- See Also:
-
ARTIST_FIELD_NAME
- See Also:
-
LIBRARY_ID_FIELD_NAME
- See Also:
-
-
Constructor Details
-
Track
-
-
Method Details
-
getPath
-
setPath
-
getTitle
-
setTitle
-
getArtist
-
setArtist
-
getGenres
-
addGenre
-
getArrayGenres
-
getKeywordString
-
setGenresAndKeywordsString
public void setGenresAndKeywordsString() -
getGenresString
-
getLibrary
-
hashCode
-
equals
-
toString
-