christophedelory.playlist.xspf
Class Identifier
java.lang.Object
christophedelory.playlist.xspf.StringContainer
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
Method Summary |
void |
setText(String text)
Initializes the string itself. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Identifier
public Identifier()
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()
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.