|
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.kpl.Info
public class Info
The information section in a Kalliope playlist. It describes some useful information, for example a specification number that denotes which spec version was used to write the playlist so other media players that load it will know exactly what specification to use when parsing the playlist. Other info data is optional and used only for statistical purposes.
Constructor Summary | |
---|---|
Info()
|
Method Summary | |
---|---|
String |
getAuthor()
Returns the author name. |
Date |
getCreationDay()
Returns the creation day. |
String |
getCreationDayString()
Returns the creation day. |
String |
getKplVersion()
Returns the KPL version. |
Date |
getModifiedDay()
Returns the modified day. |
String |
getModifiedDayString()
Returns the modified day. |
String |
getPlayer()
Returns the player name. |
String |
getPlayerVersion()
Returns the player version. |
void |
setAuthor(String author)
Initializes the author name. |
void |
setCreationDay(Date creationDay)
Initializes the creation day. |
void |
setCreationDayString(String creationDay)
Initializes the creation day. |
void |
setKplVersion(String kplVersion)
Initializes the KPL version. |
void |
setModifiedDay(Date modifiedDay)
Initializes the modified day. |
void |
setModifiedDayString(String modifiedDay)
Initializes the modified day. |
void |
setPlayer(String player)
Initializes the player name. |
void |
setPlayerVersion(String playerVersion)
Initializes the player version. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Info()
Method Detail |
---|
public String getCreationDayString()
null
.setCreationDayString(java.lang.String)
,
getCreationDay()
public void setCreationDayString(String creationDay) throws ParseException
creationDay
- a day. May be null
.
ParseException
- if the beginning of the specified string cannot be parsed.getCreationDayString()
,
setCreationDay(java.util.Date)
public Date getCreationDay()
null
.setCreationDay(java.util.Date)
,
getCreationDayString()
public void setCreationDay(Date creationDay)
creationDay
- a day. May be null
.getCreationDay()
,
setCreationDayString(java.lang.String)
public String getModifiedDayString()
null
.setModifiedDayString(java.lang.String)
,
getModifiedDay()
public void setModifiedDayString(String modifiedDay) throws ParseException
modifiedDay
- a day. May be null
.
ParseException
- if the beginning of the specified string cannot be parsed.getModifiedDayString()
,
setModifiedDay(java.util.Date)
public Date getModifiedDay()
null
.setModifiedDay(java.util.Date)
,
getModifiedDayString()
public void setModifiedDay(Date modifiedDay)
modifiedDay
- a day. May be null
.getModifiedDay()
,
setModifiedDayString(java.lang.String)
public String getAuthor()
null
.setAuthor(java.lang.String)
public void setAuthor(String author)
author
- an author name. May be null
.getAuthor()
public String getPlayer()
null
.setPlayer(java.lang.String)
public void setPlayer(String player)
player
- a player name. May be null
.getPlayer()
public String getPlayerVersion()
null
.setPlayerVersion(java.lang.String)
public void setPlayerVersion(String playerVersion)
playerVersion
- a player version. May be null
.getPlayerVersion()
public String getKplVersion()
null
.setKplVersion(java.lang.String)
public void setKplVersion(String kplVersion)
kplVersion
- a KPL version. May be null
.getKplVersion()
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |