public class ASXEntry extends Object
Constructor and Description |
---|
ASXEntry()
Creates an empty ASX entry
|
Modifier and Type | Method and Description |
---|---|
String |
getAbstract()
Returns the abstract describing this entry
|
String |
getAuthor()
Returns the author of this entry
|
String |
getCopyright()
Returns the copyright information of this playlist entry
|
PlayTime |
getDuration()
Returns the playback duration of the playlist entry
|
String |
getMoreInfoHref()
Returns the URL or e-mail address that provides more information about this playlist entry
|
HashMap<String,String> |
getParams()
Returns the custom parameters associated with this playlist entry
|
List<Ref> |
getRefs()
Returns the URL references of this media entry.
|
PlayTime |
getStartTime()
Returns the time when playback should start
|
String |
getTitle()
Returns the title of this entry
|
boolean |
isClientSkip()
Checks if this entry can be skipped during playback
|
boolean |
isSkipIfRef()
Checks if this entry should be skipped by a player when referenced by another playlist
|
void |
setAbstract(String _abstract)
Sets the abstract element that describes this entry
|
void |
setAuthor(String author)
Sets the author of this entry
|
void |
setClientSkip(boolean clientSkip)
Sets if this entry can be skipped during playback
|
void |
setCopyright(String copyright)
Sets the copyright information of this playlist entry
|
void |
setDuration(PlayTime duration)
Sets the playback duration of the playlist entry
|
void |
setMoreInfoHref(String moreInfoHref)
Sets the URL or e-mail address that provides more information about this playlist entry
|
void |
setParams(HashMap<String,String> params)
Associates custom paramters with this playlist entry
|
void |
setRefs(List<Ref> refs)
Sets the URL references of this media entry.
|
void |
setSkipIfRef(boolean skipIfRef)
Sets if this entry should be skipped by a player when referenced by another playlist
|
void |
setStartTime(PlayTime startTime)
Sets the time when playback should start
|
void |
setTitle(String title)
Sets the title of this playlist entry
|
String |
toString()
Returns a more descriptive representation of this entry.
|
public String getAbstract()
public void setAbstract(String _abstract)
_abstract
- the abstractpublic String getAuthor()
public void setAuthor(String author)
author
- the author of this entrypublic boolean isClientSkip()
true
if this entry can be skipped, false
otherwisepublic void setClientSkip(boolean clientSkip)
clientSkip
- true
if this entry can be skipped, false
otherwisepublic String getCopyright()
public void setCopyright(String copyright)
copyright
- the copyright informationpublic PlayTime getDuration()
public void setDuration(PlayTime duration)
duration
- the duration of playbackpublic String getMoreInfoHref()
public void setMoreInfoHref(String moreInfoHref)
moreInfoHref
- the URL or e-mail addresspublic HashMap<String,String> getParams()
public void setParams(HashMap<String,String> params)
params
- custom parameters for the playlist entrypublic List<Ref> getRefs()
public void setRefs(List<Ref> refs)
refs
- the URL references of this media entrypublic boolean isSkipIfRef()
true
if this entry should be skipped when referenced by another playlist,
false
otherwisepublic void setSkipIfRef(boolean skipIfRef)
skipIfRef
- true
if this entry should be skipped when referenced by another playlist,
false
otherwisepublic PlayTime getStartTime()
public void setStartTime(PlayTime startTime)
startTime
- the time when playback should startpublic String getTitle()
public void setTitle(String title)
title
- the title of this playlist entryCopyright © 2009-2013. All Rights Reserved.