public class Repeat extends Object
Constructor and Description |
---|
Repeat()
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Returns the repeat count
|
List<ASXEntry> |
getEntries()
Returns the playlist entries to be repeated
|
List<String> |
getEntryRefs()
Returns the URLs to external ASX playlists linked to this playlist
|
void |
setCount(int count)
Sets the repeat count
|
void |
setEntries(List<ASXEntry> entries)
Sets the playlist entries to be repeated
|
void |
setEntryRefs(List<String> entryRefs)
Sets the URLs of external ASX playlists linked to this playlist
|
String |
toString()
Returns a more descriptive representation of this .
|
public int getCount()
public void setCount(int count)
count
- the repeat countpublic List<ASXEntry> getEntries()
public void setEntries(List<ASXEntry> entries)
entries
- the entries to be repeatedpublic List<String> getEntryRefs()
public void setEntryRefs(List<String> entryRefs)
entryRefs
- URLs of external ASX playlistsCopyright © 2009-2013. All Rights Reserved.