Lizzy v1.1.1

christophedelory.playlist.xspf
Class Identifier

java.lang.Object
  extended by christophedelory.playlist.xspf.StringContainer
      extended by christophedelory.playlist.xspf.Identifier

public class Identifier
extends StringContainer

The canonical ID of a resource, track or playlist. Likely to be a hash or other location-independent name, such as a MusicBrainz identifier. MUST be a legal URI.
For example, the URI http://musicbrainz.org/track/7e1d6f5f-0ac3-4889-8b57-506a67b459fc.html is an identifier for a specific song, but dereferencing that identifier will not yield a copy of the song.

Version:
$Revision: 90 $
Author:
Christophe Delory

Constructor Summary
Identifier()
           
 
Method Summary
 void setText(String text)
          Initializes the string itself.
 
Methods inherited from class christophedelory.playlist.xspf.StringContainer
getText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Identifier

public Identifier()
Method Detail

setText

public void setText(String text)
Description copied from class: StringContainer
Initializes the string itself.

Overrides:
setText in class StringContainer
Parameters:
text - a string. May be null.
See Also:
StringContainer.getText()

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.