|
||||||||||
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.Attribution
public final class Attribution
Represents an XSPF/JSPF playlist attribution
Constructor Summary | |
---|---|
protected |
Attribution()
Constructor |
Method Summary | |
---|---|
String |
getIdentifier()
Returns the identifier of the original playlist |
String |
getLocation()
Returns the location of the original playlist |
void |
setIdentifier(String identifier)
Sets the identifier of the original playlist |
void |
setLocation(String location)
Sets the location of the original playlist |
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 Attribution()
Method Detail |
---|
public String getIdentifier()
public void setIdentifier(String identifier)
identifier
- the identifier of the original playlistpublic String getLocation()
public void setLocation(String location)
location
- the location of the original playlist
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |