|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.bramosystems.oss.player.playlist.client.spf.SPFPlaylist
public final class SPFPlaylist
Class represents an XSPF/JSPF playlist
Constructor Summary | |
---|---|
protected |
SPFPlaylist()
Constructor |
Method Summary | |
---|---|
String |
getAnnotation()
Returns the comment associated with this playlist |
Attribution |
getAttribution()
Returns the attribution to the original playlist |
String |
getCreator()
Returns the creator (author) of this playlist |
Date |
getDate()
Returns the date this playlist was created |
String |
getIdentifier()
Returns a canonical identifier for this playlist |
String |
getImage()
Returns the URI of the image to display for the rendering duration of this playlist. |
String |
getInfo()
Returns the URI of a location containing more information about this playlist |
String |
getLicense()
Returns the URI of the license under which this playlist was released |
String |
getLocation()
Returns the source URI of this playlist |
String |
getTitle()
Returns the title of this playlist |
com.google.gwt.core.client.JsArray<Track> |
getTracks()
Returns the track entries in this playlist |
void |
setAnnotation(String annotation)
Associates a comment with this playlist |
void |
setAttribution(Attribution attribution)
Sets the attribution to the original playlist |
void |
setCreator(String creator)
Sets the creator (author) of this playlist |
void |
setDate(Date date)
Sets the date this playlist was created |
void |
setIdentifier(String identifier)
Sets a canonical identifier for this playlist. |
void |
setImage(String image)
Sets the URI of the image to display for the rendering duration of this playlist |
void |
setInfo(String info)
Sets the URI of a location containing more information about this playlist |
void |
setLicense(String license)
Sets the URI of the license under which this playlist was released |
void |
setLocation(String location)
Sets the source URI of this playlist |
void |
setTitle(String title)
Sets the title of this playlist |
void |
setTracks(com.google.gwt.core.client.JsArray<Track> tracks)
Sets the track entries of this playlist |
Playlist |
toPlaylist()
Returns this playlist as a Playlist object that can be used with player widgets with PlaylistSupport |
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected SPFPlaylist()
Method Detail |
---|
public String getAnnotation()
public void setAnnotation(String annotation)
annotation
- the comment associated with this playlistpublic Attribution getAttribution()
public void setAttribution(Attribution attribution)
attribution
- the attribution to the original playlistpublic String getCreator()
public void setCreator(String creator)
creator
- the creator of this playlistpublic final Date getDate()
public final void setDate(Date date)
date
- the creation date of this playlistpublic String getIdentifier()
public void setIdentifier(String identifier)
identifier
- a canonical identifier for this playlistpublic String getImage()
public void setImage(String image)
image
- the URI of the image to use for this playlistpublic String getInfo()
public void setInfo(String info)
info
- the URI of a location containing more information about this playlistpublic String getLicense()
public void setLicense(String license)
license
- the URI of the licensepublic String getLocation()
public void setLocation(String location)
location
- the source URI of this playlistpublic String getTitle()
public void setTitle(String title)
title
- the title of this playlistpublic com.google.gwt.core.client.JsArray<Track> getTracks()
public void setTracks(com.google.gwt.core.client.JsArray<Track> tracks)
tracks
- the track entries of this playlistpublic final Playlist toPlaylist()
PlaylistSupport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |