|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bramosystems.oss.player.playlist.client.asx.Repeat
public class Repeat
Defines the number of times the contained media entries should be played.
Constructor Summary | |
---|---|
Repeat()
Constructor |
Method Summary | |
---|---|
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 . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Repeat()
Method Detail |
---|
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 playlistspublic String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |