com.bramosystems.oss.player.playlist.client.spf
Class Attribution

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.bramosystems.oss.player.playlist.client.spf.Attribution

public final class Attribution
extends com.google.gwt.core.client.JavaScriptObject

Represents an XSPF/JSPF playlist attribution

Since:
1.3
Author:
Sikirulai Braheem

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

Attribution

protected Attribution()
Constructor

Method Detail

getIdentifier

public String getIdentifier()
Returns the identifier of the original playlist

Returns:
the identifier of the original playlist

setIdentifier

public void setIdentifier(String identifier)
Sets the identifier of the original playlist

Parameters:
identifier - the identifier of the original playlist

getLocation

public String getLocation()
Returns the location of the original playlist

Returns:
the location of the original playlist

setLocation

public void setLocation(String location)
Sets the location of the original playlist

Parameters:
location - the location of the original playlist


Copyright © 2009-2011. All Rights Reserved.