Lizzy v1.1.1

christophedelory.playlist.xspf
Class StringContainer

java.lang.Object
  extended by christophedelory.playlist.xspf.StringContainer
Direct Known Subclasses:
Identifier, Location

public class StringContainer
extends Object

A string container.

Version:
$Revision: 92 $
Author:
Christophe Delory

Constructor Summary
StringContainer()
           
 
Method Summary
 String getText()
          Returns the string itself.
 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
 

Constructor Detail

StringContainer

public StringContainer()
Method Detail

getText

public String getText()
Returns the string itself.

Returns:
a string. May be null.
See Also:
setText(java.lang.String)

setText

public void setText(String text)
Initializes the string itself.

Parameters:
text - a string. May be null.
See Also:
getText()

© 2008-2009 Christophe Delory

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