Class Overview
This class is used as simple MediaFile
wrapper
for those JSON parser that do not support root elements.
Summary
[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)
|
|
Public Constructors
public
MediaFileWrapper
()
Public Methods