Lizzy v1.1.1

christophedelory.playlist.smil
Class Meta

java.lang.Object
  extended by christophedelory.playlist.smil.Core
      extended by christophedelory.playlist.smil.Meta

public class Meta
extends Core

Each meta element specifies a single property/value pair in the name and content attributes, respectively.

Version:
$Revision: 92 $
Author:
Christophe Delory

Constructor Summary
Meta()
           
 
Method Summary
 String getContent()
          Returns the property value.
 String getName()
          Returns the property name.
 void setContent(String content)
          Initializes the property's value.
 void setName(String name)
          Initializes the property name.
 
Methods inherited from class christophedelory.playlist.smil.Core
getClassName, getId, getLang, getTitle, setClassName, setId, setLang, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Meta

public Meta()
Method Detail

getName

public String getName()
Returns the property name.

Returns:
a property name. Shall not be null.
See Also:
setName(java.lang.String)

setName

public void setName(String name)
Initializes the property name.

Parameters:
name - a property name. Shall not be null.
Throws:
NullPointerException - if name is null.
See Also:
getName()

getContent

public String getContent()
Returns the property value.

Returns:
a property value. Shall not be null.
See Also:
setContent(java.lang.String)

setContent

public void setContent(String content)
Initializes the property's value.

Parameters:
content - a property's value. Shall not be null.
Throws:
NullPointerException - if content is null.
See Also:
getContent()

© 2008-2009 Christophe Delory

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