|
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.Entry
public class Entry
A Kalliope playlist entry. Each tag's name is its number in the play order, starting with zero. The only required parameter is the "filename" tag, whose value is a relative path to the media file. Every playlist entry may also have description tags.
Constructor Summary | |
---|---|
Entry()
|
Method Summary | |
---|---|
String |
getFilename()
Returns the relative path to the media file. |
Tag |
getTag()
Returns the associated tag, if any. |
void |
setFilename(String fileName)
Initializes the relative path to the media file. |
void |
setTag(Tag tag)
Initializes the associated tag. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Entry()
Method Detail |
---|
public String getFilename()
null
if not yet initialized.setFilename(java.lang.String)
public void setFilename(String fileName)
fileName
- a file name. Shall not be null
.
NullPointerException
- if fileName
is null
.getFilename()
public Tag getTag()
null
.setTag(christophedelory.playlist.kpl.Tag)
public void setTag(Tag tag)
tag
- a tag. May be null
.getTag()
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |