Class Overview
Albums wrapper model.
This is a simple wrapper model to handle album-grouped media files.
Summary
Public Methods |
List<? extends Album>
|
getAlbums()
Gets albums.
|
static
String
|
getPath(String playlistToken)
Use this method to get the unique path of the album.
|
[Expand]
Inherited Methods |
From class
fm.audiobox.core.models.Model
final
Object
|
getProp(String key)
Gets the requested property or null.
|
void
|
notifyObservers(Object arg)
|
final
void
|
setProp(String key, Object value)
Sets a property to the model
|
|
From class
java.util.Observable
synchronized
void
|
addObserver(Observer arg0)
|
synchronized
void
|
clearChanged()
|
synchronized
int
|
countObservers()
|
synchronized
void
|
deleteObserver(Observer arg0)
|
synchronized
void
|
deleteObservers()
|
synchronized
boolean
|
hasChanged()
|
void
|
notifyObservers()
|
void
|
notifyObservers(Object arg0)
|
synchronized
void
|
setChanged()
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Fields
protected
List<? extends Album>
albums
Public Constructors
Public Methods
public
List<? extends Album>
getAlbums
()
public
static
String
getPath
(String playlistToken)
Use this method to get the unique path of the album.
Parameters
playlistToken |
the token of the playlist to query for the album. |
Returns
- the path of the albums of this playlist