|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object christophedelory.playlist.smil.Core
public class Core
The base class which contains all common attributes of a SMIL object.
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 |
---|
public Core()
Method Detail |
---|
public String getClassName()
null
.setClassName(java.lang.String)
public void setClassName(String className)
className
- a class name. May be null
.getClassName()
public String getId()
null
.setId(java.lang.String)
public void setId(String id)
id
- a textual identifier. May be null
.getId()
public String getLang()
null
.setLang(java.lang.String)
public void setLang(String lang)
lang
- a language. May be null
.getLang()
public String getTitle()
null
.setTitle(java.lang.String)
public void setTitle(String title)
title
- a title. May be null
.getTitle()
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |