Lizzy v1.1.1

christophedelory.playlist.smil
Class Core

java.lang.Object
  extended by christophedelory.playlist.smil.Core
Direct Known Subclasses:
AbstractSmilElement, Head, Layout, Meta, ParamGroup, Position, RootLayout, Smil

public class Core
extends Object

The base class which contains all common attributes of a SMIL object.

Version:
$Revision: 92 $
Author:
Christophe Delory

Constructor Summary
Core()
           
 
Method Summary
 String getClassName()
          Returns the class name as a string.
 String getId()
          Returns the textual identifier of this SMIL core object.
 String getLang()
          Returns the language associated to this SMIL object as a string.
 String getTitle()
          Returns the title of the SMIL object.
 void setClassName(String className)
          Initializes the class name as a string.
 void setId(String id)
          Initializes the textual identifier of this SMIL core object.
 void setLang(String lang)
          Initializes the language associated to this SMIL object as a string.
 void setTitle(String title)
          Initializes the title of the SMIL object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Core

public Core()
Method Detail

getClassName

public String getClassName()
Returns the class name as a string.

Returns:
a class name. May be null.
See Also:
setClassName(java.lang.String)

setClassName

public void setClassName(String className)
Initializes the class name as a string.

Parameters:
className - a class name. May be null.
See Also:
getClassName()

getId

public String getId()
Returns the textual identifier of this SMIL core object.

Returns:
a textual identifier. May be null.
See Also:
setId(java.lang.String)

setId

public void setId(String id)
Initializes the textual identifier of this SMIL core object.

Parameters:
id - a textual identifier. May be null.
See Also:
getId()

getLang

public String getLang()
Returns the language associated to this SMIL object as a string.

Returns:
a language. May be null.
See Also:
setLang(java.lang.String)

setLang

public void setLang(String lang)
Initializes the language associated to this SMIL object as a string.

Parameters:
lang - a language. May be null.
See Also:
getLang()

getTitle

public String getTitle()
Returns the title of the SMIL object.

Returns:
a title. May be null.
See Also:
setTitle(java.lang.String)

setTitle

public void setTitle(String title)
Initializes the title of the SMIL object.

Parameters:
title - a title. May be null.
See Also:
getTitle()

© 2008-2009 Christophe Delory

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