|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.axelwernicke.mypod.Playlist
de.axelwernicke.mypod.AutoPlaylist
A Paylist that contains music for specific artists or genres.
| Constructor Summary | |
AutoPlaylist()
Default constructor for an autoplaylist |
|
AutoPlaylist(java.lang.String _name)
Creates a new instance of AutoPlaylist. |
|
| Method Summary | |
java.util.Vector |
getAlbumFilter()
Getter for property albumFilter. |
java.util.Vector |
getArtistFilter()
gets the artistfilter for the autoplaylist. |
java.util.Vector |
getGenreFilter()
gets the artistfilter for the autoplaylist. |
java.util.Vector |
getYearFilter()
gets the year filter for the autoplaylist. |
boolean |
isAlbumFilterEnabled()
Getter for property albumFilterEnabled. |
boolean |
isArtistFilterEnabled()
Checks if artist filter is enabled |
boolean |
isGenreFilterEnabled()
Checks if genre filter is enabled |
boolean |
isYearFilterEnabled()
Checks if year filter is enabled |
void |
setAlbumFilter(java.util.Vector albumFilter)
Setter for property albumFilter. |
void |
setAlbumFilterEnabled(boolean albumFilterEnabled)
Setter for property albumFilterEnabled. |
void |
setArtistFilter(java.util.Vector value)
Sets an artist filter. |
void |
setArtistFilterEnabled(boolean value)
Enables artist filter. |
void |
setGenreFilter(java.util.Vector value)
Sets a genre filter |
void |
setGenreFilterEnabled(boolean value)
enables genre filter |
void |
setYearFilter(java.util.Vector value)
Sets a year filter |
void |
setYearFilterEnabled(boolean value)
enables year filter |
protected void |
update(java.util.Collection oids,
DataPool dataPool)
Updates the playlists content |
| Methods inherited from class de.axelwernicke.mypod.Playlist |
addClip, addClips, containsClip, getAllClips, getClipAt, getList, getName, getTotalClips, getTotalFilesize, getTotalTime, isAutoplaylist, isIPodSync, remove, remove, replaceClips, setIPodSync, setList, setName, setTotalFilesize, setTotalTime, toString, validateTotalFilesize, validateTotalTime |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AutoPlaylist()
public AutoPlaylist(java.lang.String _name)
_name - name for the new playlist| Method Detail |
public void setArtistFilter(java.util.Vector value)
value - list of artists to show in an autoplaylistpublic java.util.Vector getArtistFilter()
public void setYearFilter(java.util.Vector value)
value - list of artists to show in an autoplaylistpublic java.util.Vector getYearFilter()
public void setGenreFilter(java.util.Vector value)
value - list of genres to show in an autoplaylistpublic java.util.Vector getGenreFilter()
public void setArtistFilterEnabled(boolean value)
value - true to enable artist filterpublic void setGenreFilterEnabled(boolean value)
value - true to eaname genre filterpublic void setYearFilterEnabled(boolean value)
value - true to enable year filterpublic boolean isArtistFilterEnabled()
public boolean isGenreFilterEnabled()
public boolean isYearFilterEnabled()
protected void update(java.util.Collection oids,
DataPool dataPool)
oids - to update the playlist againstdataPool - to get data frompublic java.util.Vector getAlbumFilter()
public void setAlbumFilter(java.util.Vector albumFilter)
albumFilter - New value of property albumFilter.public boolean isAlbumFilterEnabled()
public void setAlbumFilterEnabled(boolean albumFilterEnabled)
albumFilterEnabled - New value of property albumFilterEnabled.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||